Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ transformers==4.21.0
|
|
| 4 |
httpx==0.23.0
|
| 5 |
httpcore==0.15.0
|
| 6 |
torch==1.12.0 # Add the appropriate version for your environment
|
|
|
|
| 7 |
|
|
|
|
| 4 |
httpx==0.23.0
|
| 5 |
httpcore==0.15.0
|
| 6 |
torch==1.12.0 # Add the appropriate version for your environment
|
| 7 |
+
numpy==1.22.0
|
| 8 |
|