Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -83,8 +83,8 @@ qwen-vl-utils>=0.0.2
|
|
| 83 |
|
| 84 |
# Uncomment for specific CUDA versions if needed
|
| 85 |
# --extra-index-url https://download.pytorch.org/whl/cu118
|
| 86 |
-
torch==2.1.0+cu118
|
| 87 |
-
torchvision==0.16.0+cu118
|
| 88 |
|
| 89 |
# ============================================
|
| 90 |
# Training Dependencies (optional)
|
|
@@ -97,7 +97,7 @@ h5py>=3.9.0
|
|
| 97 |
# Development Dependencies (optional)
|
| 98 |
# ============================================
|
| 99 |
|
| 100 |
-
pytest>=7.0.0
|
| 101 |
-
black>=23.0.0
|
| 102 |
-
isort>=5.0.0
|
| 103 |
-
mypy>=1.0.0
|
|
|
|
| 83 |
|
| 84 |
# Uncomment for specific CUDA versions if needed
|
| 85 |
# --extra-index-url https://download.pytorch.org/whl/cu118
|
| 86 |
+
# torch==2.1.0+cu118
|
| 87 |
+
# torchvision==0.16.0+cu118
|
| 88 |
|
| 89 |
# ============================================
|
| 90 |
# Training Dependencies (optional)
|
|
|
|
| 97 |
# Development Dependencies (optional)
|
| 98 |
# ============================================
|
| 99 |
|
| 100 |
+
# pytest>=7.0.0
|
| 101 |
+
# black>=23.0.0
|
| 102 |
+
# isort>=5.0.0
|
| 103 |
+
# mypy>=1.0.0
|