Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
streamlit==1.25.0
|
2 |
-
sympy==1.12
|
|
|
|
1 |
streamlit==1.25.0
|
2 |
+
sympy==1.12
|
3 |
+
numpy # You can specify a specific version or leave it as just 'numpy'
|