Spaces:
Running
Running
beep beep
Browse files- full-requirements.txt +106 -0
- minimal-requirements.txt +0 -7
- requirements.txt +9 -104
full-requirements.txt
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
geopandas
|
2 |
+
shapely
|
3 |
+
leafmap
|
4 |
+
pydeck
|
5 |
+
aiohttp==3.9.3
|
6 |
+
aiosignal==1.3.1
|
7 |
+
altair==5.3.0
|
8 |
+
annotated-types==0.6.0
|
9 |
+
anyio==4.3.0
|
10 |
+
asttokens==2.4.1
|
11 |
+
async-timeout==4.0.3
|
12 |
+
attrs==23.2.0
|
13 |
+
blinker==1.7.0
|
14 |
+
cachetools==5.3.3
|
15 |
+
certifi==2024.2.2
|
16 |
+
charset-normalizer==3.3.2
|
17 |
+
click==8.1.7
|
18 |
+
comm==0.2.2
|
19 |
+
dataclasses-json==0.6.4
|
20 |
+
debugpy==1.8.1
|
21 |
+
decorator==5.1.1
|
22 |
+
distro==1.9.0
|
23 |
+
duckdb==0.10.1
|
24 |
+
duckdb_engine==0.11.2
|
25 |
+
exceptiongroup==1.2.0
|
26 |
+
executing==2.0.1
|
27 |
+
frozenlist==1.4.1
|
28 |
+
gitdb==4.0.11
|
29 |
+
GitPython==3.1.42
|
30 |
+
greenlet==3.0.3
|
31 |
+
h11==0.14.0
|
32 |
+
httpcore==1.0.4
|
33 |
+
httpx==0.27.0
|
34 |
+
idna==3.6
|
35 |
+
ipykernel==6.29.4
|
36 |
+
ipython==8.23.0
|
37 |
+
jedi==0.19.1
|
38 |
+
Jinja2==3.1.3
|
39 |
+
jsonpatch==1.33
|
40 |
+
jsonpointer==2.4
|
41 |
+
jsonschema==4.21.1
|
42 |
+
jsonschema-specifications==2023.12.1
|
43 |
+
jupyter_client==8.6.1
|
44 |
+
jupyter_core==5.7.2
|
45 |
+
langchain==0.1.14
|
46 |
+
langchain-community==0.0.31
|
47 |
+
langchain-core==0.1.40
|
48 |
+
langchain-openai==0.1.1
|
49 |
+
langchain-text-splitters==0.0.1
|
50 |
+
langsmith==0.1.40
|
51 |
+
markdown-it-py==3.0.0
|
52 |
+
MarkupSafe==2.1.5
|
53 |
+
marshmallow==3.21.1
|
54 |
+
matplotlib-inline==0.1.6
|
55 |
+
mdurl==0.1.2
|
56 |
+
multidict==6.0.5
|
57 |
+
mypy-extensions==1.0.0
|
58 |
+
nest-asyncio==1.6.0
|
59 |
+
numpy==1.26.4
|
60 |
+
openai==1.16.2
|
61 |
+
orjson==3.10.0
|
62 |
+
packaging==23.2
|
63 |
+
pandas==2.2.1
|
64 |
+
parso==0.8.4
|
65 |
+
pexpect==4.9.0
|
66 |
+
pillow==10.2.0
|
67 |
+
platformdirs==4.2.0
|
68 |
+
prompt-toolkit==3.0.43
|
69 |
+
protobuf==4.25.3
|
70 |
+
psutil==5.9.8
|
71 |
+
ptyprocess==0.7.0
|
72 |
+
pure-eval==0.2.2
|
73 |
+
pyarrow==15.0.2
|
74 |
+
pydantic==2.6.4
|
75 |
+
pydantic_core==2.16.3
|
76 |
+
pydeck==0.8.0
|
77 |
+
Pygments==2.17.2
|
78 |
+
python-dateutil==2.9.0.post0
|
79 |
+
pytz==2024.1
|
80 |
+
PyYAML==6.0.1
|
81 |
+
pyzmq==25.1.2
|
82 |
+
referencing==0.33.0
|
83 |
+
regex==2023.12.25
|
84 |
+
requests==2.31.0
|
85 |
+
rich==13.7.1
|
86 |
+
rpds-py==0.18.0
|
87 |
+
six==1.16.0
|
88 |
+
smmap==5.0.1
|
89 |
+
sniffio==1.3.1
|
90 |
+
SQLAlchemy==1.4.52
|
91 |
+
stack-data==0.6.3
|
92 |
+
streamlit==1.33.0
|
93 |
+
tenacity==8.2.3
|
94 |
+
tiktoken==0.6.0
|
95 |
+
toml==0.10.2
|
96 |
+
toolz==0.12.1
|
97 |
+
tornado==6.4
|
98 |
+
tqdm==4.66.2
|
99 |
+
traitlets==5.14.2
|
100 |
+
typing-inspect==0.9.0
|
101 |
+
typing_extensions==4.10.0
|
102 |
+
tzdata==2024.1
|
103 |
+
urllib3==2.0.7
|
104 |
+
watchdog==4.0.0
|
105 |
+
wcwidth==0.2.13
|
106 |
+
yarl==1.9.4
|
minimal-requirements.txt
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
duckdb
|
2 |
-
duckdb-engine
|
3 |
-
langchain
|
4 |
-
langchain-community
|
5 |
-
langchain-openai
|
6 |
-
SQLAlchemy==1.4.52
|
7 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,106 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
geopandas
|
2 |
-
shapely
|
3 |
-
leafmap
|
4 |
pydeck
|
5 |
-
|
6 |
-
|
7 |
-
altair==5.3.0
|
8 |
-
annotated-types==0.6.0
|
9 |
-
anyio==4.3.0
|
10 |
-
asttokens==2.4.1
|
11 |
-
async-timeout==4.0.3
|
12 |
-
attrs==23.2.0
|
13 |
-
blinker==1.7.0
|
14 |
-
cachetools==5.3.3
|
15 |
-
certifi==2024.2.2
|
16 |
-
charset-normalizer==3.3.2
|
17 |
-
click==8.1.7
|
18 |
-
comm==0.2.2
|
19 |
-
dataclasses-json==0.6.4
|
20 |
-
debugpy==1.8.1
|
21 |
-
decorator==5.1.1
|
22 |
-
distro==1.9.0
|
23 |
-
duckdb==0.10.1
|
24 |
-
duckdb_engine==0.11.2
|
25 |
-
exceptiongroup==1.2.0
|
26 |
-
executing==2.0.1
|
27 |
-
frozenlist==1.4.1
|
28 |
-
gitdb==4.0.11
|
29 |
-
GitPython==3.1.42
|
30 |
-
greenlet==3.0.3
|
31 |
-
h11==0.14.0
|
32 |
-
httpcore==1.0.4
|
33 |
-
httpx==0.27.0
|
34 |
-
idna==3.6
|
35 |
-
ipykernel==6.29.4
|
36 |
-
ipython==8.23.0
|
37 |
-
jedi==0.19.1
|
38 |
-
Jinja2==3.1.3
|
39 |
-
jsonpatch==1.33
|
40 |
-
jsonpointer==2.4
|
41 |
-
jsonschema==4.21.1
|
42 |
-
jsonschema-specifications==2023.12.1
|
43 |
-
jupyter_client==8.6.1
|
44 |
-
jupyter_core==5.7.2
|
45 |
-
langchain==0.1.14
|
46 |
-
langchain-community==0.0.31
|
47 |
-
langchain-core==0.1.40
|
48 |
-
langchain-openai==0.1.1
|
49 |
-
langchain-text-splitters==0.0.1
|
50 |
-
langsmith==0.1.40
|
51 |
-
markdown-it-py==3.0.0
|
52 |
-
MarkupSafe==2.1.5
|
53 |
-
marshmallow==3.21.1
|
54 |
-
matplotlib-inline==0.1.6
|
55 |
-
mdurl==0.1.2
|
56 |
-
multidict==6.0.5
|
57 |
-
mypy-extensions==1.0.0
|
58 |
-
nest-asyncio==1.6.0
|
59 |
-
numpy==1.26.4
|
60 |
-
openai==1.16.2
|
61 |
-
orjson==3.10.0
|
62 |
-
packaging==23.2
|
63 |
-
pandas==2.2.1
|
64 |
-
parso==0.8.4
|
65 |
-
pexpect==4.9.0
|
66 |
-
pillow==10.2.0
|
67 |
-
platformdirs==4.2.0
|
68 |
-
prompt-toolkit==3.0.43
|
69 |
-
protobuf==4.25.3
|
70 |
-
psutil==5.9.8
|
71 |
-
ptyprocess==0.7.0
|
72 |
-
pure-eval==0.2.2
|
73 |
-
pyarrow==15.0.2
|
74 |
-
pydantic==2.6.4
|
75 |
-
pydantic_core==2.16.3
|
76 |
-
pydeck==0.8.0
|
77 |
-
Pygments==2.17.2
|
78 |
-
python-dateutil==2.9.0.post0
|
79 |
-
pytz==2024.1
|
80 |
-
PyYAML==6.0.1
|
81 |
-
pyzmq==25.1.2
|
82 |
-
referencing==0.33.0
|
83 |
-
regex==2023.12.25
|
84 |
-
requests==2.31.0
|
85 |
-
rich==13.7.1
|
86 |
-
rpds-py==0.18.0
|
87 |
-
six==1.16.0
|
88 |
-
smmap==5.0.1
|
89 |
-
sniffio==1.3.1
|
90 |
-
SQLAlchemy==1.4.52
|
91 |
-
stack-data==0.6.3
|
92 |
-
streamlit==1.33.0
|
93 |
-
tenacity==8.2.3
|
94 |
-
tiktoken==0.6.0
|
95 |
-
toml==0.10.2
|
96 |
-
toolz==0.12.1
|
97 |
-
tornado==6.4
|
98 |
-
tqdm==4.66.2
|
99 |
-
traitlets==5.14.2
|
100 |
-
typing-inspect==0.9.0
|
101 |
-
typing_extensions==4.10.0
|
102 |
-
tzdata==2024.1
|
103 |
-
urllib3==2.0.7
|
104 |
-
watchdog==4.0.0
|
105 |
-
wcwidth==0.2.13
|
106 |
-
yarl==1.9.4
|
|
|
1 |
+
duckdb
|
2 |
+
duckdb-engine
|
3 |
+
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-openai
|
6 |
+
SQLAlchemy==1.4.52
|
7 |
+
streamlit
|
8 |
geopandas
|
|
|
|
|
9 |
pydeck
|
10 |
+
leafmap
|
11 |
+
shapely
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|