Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
torch
|
| 2 |
-
numpy
|
| 3 |
-
faiss
|
| 4 |
-
h5py
|
|
|
|
| 1 |
torch
|
| 2 |
+
numpy~=1.26.0
|
| 3 |
+
faiss-gpu==1.7.2
|
| 4 |
+
h5py~=3.9.0
|