Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
beautifulsoup4==4.12.3
|
|
|
2 |
langchain==0.2.0
|
3 |
langchain_community==0.2.0
|
4 |
langchain_core==0.2.0
|
|
|
5 |
numpy==1.26.4
|
6 |
ollama==0.2.0
|
7 |
opencv_python==4.9.0.80
|
8 |
pandas==2.2.2
|
|
|
9 |
streamlit==1.33.0
|
10 |
streamlit_image_coordinates==0.1.6
|
|
|
11 |
ultralytics==8.1.46
|
12 |
-
chromadb
|
|
|
1 |
beautifulsoup4==4.12.3
|
2 |
+
gymnasium==0.29.1
|
3 |
langchain==0.2.0
|
4 |
langchain_community==0.2.0
|
5 |
langchain_core==0.2.0
|
6 |
+
matplotlib==3.8.3
|
7 |
numpy==1.26.4
|
8 |
ollama==0.2.0
|
9 |
opencv_python==4.9.0.80
|
10 |
pandas==2.2.2
|
11 |
+
stable_baselines3==2.2.1
|
12 |
streamlit==1.33.0
|
13 |
streamlit_image_coordinates==0.1.6
|
14 |
+
sumo_rl==1.4.3
|
15 |
ultralytics==8.1.46
|
|