Spaces:
Running
Running
dasghost65536
commited on
Commit
•
cf05ffb
1
Parent(s):
9256d05
force httpx to 0.24.1. the reason why, is that I've seen other spaces having startup issues like this, so it makes sense to just force it to a specific version so that it could still work trough.
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -28,4 +28,5 @@ tomesd==0.1.3
|
|
28 |
torch
|
29 |
torchdiffeq==0.2.3
|
30 |
torchsde==0.2.5
|
31 |
-
transformers==4.30.2
|
|
|
|
28 |
torch
|
29 |
torchdiffeq==0.2.3
|
30 |
torchsde==0.2.5
|
31 |
+
transformers==4.30.2
|
32 |
+
httpx==0.24.1
|