Unverified Commit 17558c2a authored by Matthew Tancik's avatar Matthew Tancik Committed by GitHub
Browse files

Move dependencies to allow pypi upload (#14)

parent 7804cb2f
...@@ -14,8 +14,5 @@ python: ...@@ -14,8 +14,5 @@ python:
# Equivalent to 'pip install .' # Equivalent to 'pip install .'
- method: pip - method: pip
path: . path: .
# Equivalent to 'pip install .[docs]' # Equivalent to 'pip install -r docs/requirements.txt'
- method: pip - requirements: docs/requirements.txt
path: .
extra_requirements:
- docs
sphinx==4.5.0
sphinx-copybutton==0.5.0
sphinx-design==0.2.0
pytorch_sphinx_theme @ git+https://github.com/liruilong940607/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
sphinx_copybutton
\ No newline at end of file
...@@ -16,15 +16,6 @@ dependencies = [ ...@@ -16,15 +16,6 @@ dependencies = [
] ]
[project.optional-dependencies] [project.optional-dependencies]
# for documentation
docs = [
"furo==2022.4.7",
"sphinx==4.5.0",
"sphinx-copybutton==0.5.0",
"sphinx-design==0.2.0",
"pytorch_sphinx_theme @ git+https://github.com/liruilong940607/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme",
"sphinx_copybutton"
]
# for development # for development
dev = [ dev = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment