Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -14
requirements.txt
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
transformers==4.
|
4 |
-
torch
|
5 |
-
|
6 |
-
|
7 |
-
langchain
|
8 |
-
langchain-community
|
9 |
-
sympy
|
10 |
-
sagemath
|
11 |
-
wolframalpha
|
12 |
-
chromadb
|
13 |
-
scikit-learn
|
14 |
-
tiktoken
|
|
|
1 |
+
streamlit==1.33.0 # Or the version you are currently using, e.g., 1.45.1
|
2 |
+
groq==0.25.0
|
3 |
+
transformers==4.40.1 # Or the latest stable version
|
4 |
+
torch==2.3.0 # Or the CPU version compatible with your Python 3.11/3.10
|
5 |
+
# e.g., for Python 3.11, it might be torch==2.3.0+cpu
|
6 |
+
graphviz==0.20.1 # The Python wrapper for graphviz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|