Skip to content

Commit

Permalink
Merge pull request #52 from bigbio/dependabot/pip/torch-2.2.0
Browse files Browse the repository at this point in the history
Bump torch from 1.13.1 to 2.2.0
  • Loading branch information
ypriverol authored Jul 28, 2024
2 parents d658733 + 1ed9eb0 commit ddcca05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ faiss-cpu
click
scipy
h5py
torch==1.13.1
torch==2.2.0
torchvision==0.2.1
lxml
sklearn
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=['numba>=0.45',
'numpy>=1.13.3',
'pyteomics>=3.5.1',
'torch==1.13.1',
'torch==2.2.0',
'faiss-cpu>=1.5.3',
'more_itertools == 7.1.0'],
platforms=['any'],
Expand Down

0 comments on commit ddcca05

Please sign in to comment.