Skip to content

Commit

Permalink
Merge pull request #155 from biigle/patch-1
Browse files Browse the repository at this point in the history
Fix Python requirements
  • Loading branch information
mzur committed Jan 29, 2024
2 parents e924e25 + 0e516fe commit 7a299ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
torch==2.1.*
torchvision==0.16.*
mmcv==2.0.*
mmcv==2.1.*
# Update CUDA Version if necessary.
# See: https://mmcv.readthedocs.io/en/latest/get_started/installation.html#install-with-pip
-f https://download.openmmlab.com/mmcv/dist/cu117/torch2.0/index.html
mmdet==3.1.*
mmdet==3.2.*
albumentations
scikit-learn
scikit-image

0 comments on commit 7a299ba

Please sign in to comment.