Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
- pls work pls pls
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Oct 4, 2017
1 parent fd36a42 commit e652da7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
12 changes: 5 additions & 7 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: inferno_docs

channels:
- conda-forge
- soumith
- anaconda

dependencies:
- python==3.5
- pytorch>=0.1.12
# - scipy>=0.13.0
# - h5py
# - scikit-image
# - pyyaml
# - dill
- pip:
- scipy>=0.13.0
- h5py
- scikit-image
- pyyaml
- dill
- sphinx-gallery
- sphinxcontrib-napoleon
- sphinxcontrib-bibtex
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ pyyaml
scipy>=0.13.0
h5py
numpy>=1.8
scikit-image
torch>=0.1.12
scikit-image
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytorch>=0.1.12
dill
pyyaml
scipy>=0.13.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
requirements = [
# TODO: put package requirements here
"pip==8.1.2",
"torch>=0.1.12",
# "torch>=0.1.12",
"dill",
"pyyaml",
"scipy>=0.13.0",
Expand Down

0 comments on commit e652da7

Please sign in to comment.