oValach commited on
Commit
a41ac20
·
verified ·
1 Parent(s): e0e16d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -9
requirements.txt CHANGED
@@ -1,15 +1,24 @@
 
 
 
1
  torch==2.5.1
2
  torchvision==0.20.1
3
- opencv-python==4.11.0.86
4
- matplotlib==3.10.7
5
- scikit-learn==1.7.2
6
- ultralyticsplus==0.1.0
7
  numpy==2.0.1
 
 
 
 
 
 
 
 
8
  albumentations==2.0.8
9
  tqdm==4.67.1
10
  transformers==4.57.3
11
- scipy==1.15.3
12
- comet_ml==3.55.0
13
- pandas==2.3.3
14
- scikit-image==0.25.2
15
- pathlib==1.0.1
 
 
1
+ --index-url https://download.pytorch.org/whl/cpu
2
+ --extra-index-url https://pypi.org/simple
3
+
4
  torch==2.5.1
5
  torchvision==0.20.1
6
+
 
 
 
7
  numpy==2.0.1
8
+ scipy==1.15.3
9
+ scikit-image==0.25.2
10
+ scikit-learn==1.7.2
11
+ pandas==2.3.3
12
+
13
+ opencv-python-headless==4.11.0.86
14
+ matplotlib==3.10.7
15
+
16
  albumentations==2.0.8
17
  tqdm==4.67.1
18
  transformers==4.57.3
19
+
20
+ ultralytics==8.3.65
21
+ ultralyticsplus==0.1.0
22
+ protobuf==3.20.3
23
+
24
+ comet-ml==3.55.0