Skip to content

Commit

Permalink
change zoobot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Dec 2, 2024
1 parent c84f838 commit d08d649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages=setuptools.find_packages(),
python_requires=">=3.9", # tf 2.8.0 requires Python 3.7 and above
install_requires=[
'zoobot[pytorch-cu121] >= 2.0.1', # the big cheese - bring in the zoobot!
'zoobot[pytorch-cu121] >= 2.0.0', # the big cheese - bring in the zoobot!
'requests >= 2.28.1', # used to download prediction images from a remote URL
'honeybadger' # used for error reporting
]
Expand Down

0 comments on commit d08d649

Please sign in to comment.