Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
requests
|
2 |
-
tellurium==
|
3 |
-
streamlit
|
4 |
-
chromadb
|
5 |
langchain
|
6 |
groq
|
7 |
-
libsbml
|
8 |
networkx
|
9 |
-
pyvis
|
|
|
1 |
+
requests
|
2 |
+
tellurium==0.55.1
|
3 |
+
streamlit
|
4 |
+
chromadb
|
5 |
langchain
|
6 |
groq
|
7 |
+
python-libsbml
|
8 |
networkx
|
9 |
+
pyvis
|