Skip to content

Commit

Permalink
Merge pull request #497 from BindsNET/hananel
Browse files Browse the repository at this point in the history
freeze torch to 1.8.1
  • Loading branch information
Hananel-Hazan committed Jun 24, 2021
2 parents eac5af1 + ac7fa04 commit cf4af8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ foolbox
scipy>=1.1.0
numpy>=1.14.2
cython>=0.28.5
torch>=1.5.1
torchvision>=0.6.1
torch==1.8.1
torchvision==0.9.1
tensorboardX==2.2
tqdm>=4.19.9
setuptools>=39.0.1
matplotlib>=2.1.0
Expand All @@ -14,6 +15,5 @@ scikit_learn>=0.19.1
opencv-python>=3.4.0.12
pytest>=3.4.0
pandas>=0.23.4
tensorboardX>=1.7
pre-commit

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
zip_safe=False,
install_requires=[
"numpy>=1.14.2",
"torch>=1.5.1",
"torchvision>=0.6.1",
"tensorboardX>=1.7",
"torch==1.8.1",
"torchvision==0.9.1",
"tensorboardX==2.2",
"tqdm>=4.19.9",
"matplotlib>=2.1.0",
"gym>=0.10.4",
Expand Down

0 comments on commit cf4af8d

Please sign in to comment.