Vedant Jigarbhai Mehta commited on
Commit
9b0eb35
·
1 Parent(s): a05c98a

Relax version pins for Colab Python 3.12 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
- torch==2.1.2
2
- torchvision==0.16.2
3
- segmentation-models-pytorch==0.3.3
4
- timm==0.9.12
5
- einops==0.7.0
6
- albumentations==1.3.1
7
- opencv-python-headless==4.9.0.80
8
- scikit-learn==1.4.0
9
- matplotlib==3.8.2
10
- numpy==1.26.3
11
- Pillow==10.2.0
12
- PyYAML==6.0.1
13
- tqdm==4.66.1
14
- tensorboard==2.15.1
15
- gradio==4.14.0
16
- gdown==5.1.0
 
1
+ torch>=2.2.0
2
+ torchvision>=0.17.0
3
+ segmentation-models-pytorch>=0.3.3
4
+ timm>=0.9.12
5
+ einops>=0.7.0
6
+ albumentations>=1.3.1
7
+ opencv-python-headless>=4.9.0
8
+ scikit-learn>=1.4.0
9
+ matplotlib>=3.8.0
10
+ numpy>=1.26.0
11
+ Pillow>=10.0.0
12
+ PyYAML>=6.0.1
13
+ tqdm>=4.66.0
14
+ tensorboard>=2.15.0
15
+ gradio>=4.14.0
16
+ gdown>=5.1.0