Spaces:
Paused
Paused
oookiku commited on
Commit ·
cc1c46c
1
Parent(s): 96b65e0
modified requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
# LLMs
|
| 2 |
-
openai
|
| 3 |
-
tiktoken
|
| 4 |
-
langchain
|
| 5 |
-
langchian-core
|
| 6 |
|
| 7 |
# Web app
|
| 8 |
-
streamlit
|
| 9 |
-
streamlit-folium
|
| 10 |
-
folium
|
| 11 |
|
| 12 |
# Google Map API
|
| 13 |
-
googlemaps
|
| 14 |
|
| 15 |
# OR-tools
|
| 16 |
-
ortools
|
| 17 |
|
| 18 |
# other convenient packages
|
| 19 |
torchmetrics
|
|
@@ -22,4 +22,4 @@ pandas
|
|
| 22 |
matplotlib
|
| 23 |
tqdm
|
| 24 |
jupyter
|
| 25 |
-
jupyterlab
|
|
|
|
| 1 |
# LLMs
|
| 2 |
+
openai==1.3.6
|
| 3 |
+
tiktoken==0.5.1
|
| 4 |
+
langchain==0.0.342
|
| 5 |
+
langchian-core==0.1.10
|
| 6 |
|
| 7 |
# Web app
|
| 8 |
+
streamlit==1.31.1
|
| 9 |
+
streamlit-folium==0.16.0
|
| 10 |
+
folium==0.14.0
|
| 11 |
|
| 12 |
# Google Map API
|
| 13 |
+
googlemaps==4.10.0
|
| 14 |
|
| 15 |
# OR-tools
|
| 16 |
+
ortools==9.8.3296
|
| 17 |
|
| 18 |
# other convenient packages
|
| 19 |
torchmetrics
|
|
|
|
| 22 |
matplotlib
|
| 23 |
tqdm
|
| 24 |
jupyter
|
| 25 |
+
jupyterlab
|