Update requirements.txt with final compatible versions
Browse files
lib_wheel/requirements.txt
CHANGED
@@ -7,7 +7,7 @@ peft==0.15.2
|
|
7 |
datasets==2.21.0
|
8 |
|
9 |
# Core dependencies
|
10 |
-
numpy==
|
11 |
scipy==1.15.2
|
12 |
packaging==24.1
|
13 |
|
@@ -56,7 +56,7 @@ huggingface-hub==0.33.2
|
|
56 |
fsspec==2024.6.1
|
57 |
|
58 |
# Additional ML/AI packages
|
59 |
-
opencv-python==4.
|
60 |
pytorch-lightning==2.5.2
|
61 |
lightning-utilities==0.15.0
|
62 |
more-itertools==10.7.0
|
|
|
7 |
datasets==2.21.0
|
8 |
|
9 |
# Core dependencies
|
10 |
+
numpy==2.0.2
|
11 |
scipy==1.15.2
|
12 |
packaging==24.1
|
13 |
|
|
|
56 |
fsspec==2024.6.1
|
57 |
|
58 |
# Additional ML/AI packages
|
59 |
+
opencv-python==4.10.0.84
|
60 |
pytorch-lightning==2.5.2
|
61 |
lightning-utilities==0.15.0
|
62 |
more-itertools==10.7.0
|