Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Jun 13, 2024
1 parent bf813b9 commit a8f70d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def finalize_options(self):
"OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
Expand All @@ -56,9 +57,9 @@ def finalize_options(self):
install_requires=[
"numpy>=1.21.2",
"h5py==3.11.0",
"omegaconf==2.1.1",
"torch>=1.10.2",
"torchvision",
"omegaconf==2.3.0",
"torch>=2.0.0",
"torchvision==0.17.0",
"scikit-image>=0.19.0",
"scikit-learn>=1.0.1",
"tensorboard>=2.7.0",
Expand Down

0 comments on commit a8f70d4

Please sign in to comment.