Spaces:
Runtime error
Runtime error
Commit ·
c977821
1
Parent(s): a39792d
fix: remove torch from requirements to preserve pre-installed CUDA torch
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,6 @@ openenv>=0.1.0
|
|
| 2 |
stable-baselines3>=2.3.0
|
| 3 |
sb3-contrib>=2.3.0
|
| 4 |
gymnasium>=0.29.1
|
| 5 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 6 |
-
torch>=2.2.0
|
| 7 |
numpy>=1.26.0
|
| 8 |
sentence-transformers>=3.0.0
|
| 9 |
openai>=1.30.0
|
|
|
|
| 2 |
stable-baselines3>=2.3.0
|
| 3 |
sb3-contrib>=2.3.0
|
| 4 |
gymnasium>=0.29.1
|
|
|
|
|
|
|
| 5 |
numpy>=1.26.0
|
| 6 |
sentence-transformers>=3.0.0
|
| 7 |
openai>=1.30.0
|