SondosM commited on
Commit
6e642e7
·
verified ·
1 Parent(s): a089fd3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -6,19 +6,19 @@ starlette==0.37.2
6
  huggingface_hub==1.5.0
7
  hf-xet==1.3.2
8
 
9
- numpy==2.4.2
10
- pandas==3.0.1
11
  scipy==1.17.1
12
  joblib==1.5.3
13
  scikit-learn==1.8.0
14
  mpmath==1.3.0
15
  sympy==1.14.0
16
 
17
- torch==2.10.0
18
- torchvision==0.25.0
19
  pytorch-lightning==2.6.1
20
  torchmetrics==1.8.2
21
- ultralytics==8.4.21
22
  ultralytics-thop==2.0.18
23
  safetensors==0.7.0
24
  timm==1.0.25
 
6
  huggingface_hub==1.5.0
7
  hf-xet==1.3.2
8
 
9
+ numpy<2.0.0
10
+ pandas
11
  scipy==1.17.1
12
  joblib==1.5.3
13
  scikit-learn==1.8.0
14
  mpmath==1.3.0
15
  sympy==1.14.0
16
 
17
+ torch
18
+ torchvision
19
  pytorch-lightning==2.6.1
20
  torchmetrics==1.8.2
21
+ ultralytics
22
  ultralytics-thop==2.0.18
23
  safetensors==0.7.0
24
  timm==1.0.25