Spaces:
Sleeping
Sleeping
pjgerrits
commited on
Commit
·
b421ecc
1
Parent(s):
4433fdf
fix requirements
Browse files- requirements.txt +0 -47
requirements.txt
CHANGED
@@ -1,53 +1,6 @@
|
|
1 |
-
altair==5.0.1
|
2 |
-
attrs==23.1.0
|
3 |
-
backports.zoneinfo==0.2.1
|
4 |
-
blinker==1.6.2
|
5 |
-
branca==0.6.0
|
6 |
-
cachetools==5.3.1
|
7 |
-
certifi==2023.7.22
|
8 |
-
charset-normalizer==3.2.0
|
9 |
-
click==8.1.7
|
10 |
folium==0.14.0
|
11 |
-
gitdb==4.0.10
|
12 |
-
GitPython==3.1.32
|
13 |
-
idna==3.4
|
14 |
-
importlib-metadata==6.8.0
|
15 |
-
importlib-resources==6.0.1
|
16 |
-
Jinja2==3.1.2
|
17 |
-
jsonschema==4.19.0
|
18 |
-
jsonschema-specifications==2023.7.1
|
19 |
-
markdown-it-py==3.0.0
|
20 |
-
MarkupSafe==2.1.3
|
21 |
-
mdurl==0.1.2
|
22 |
numpy==1.24.4
|
23 |
-
packaging==23.1
|
24 |
pandas==2.0.3
|
25 |
-
Pillow==9.5.0
|
26 |
-
pkgutil_resolve_name==1.3.10
|
27 |
-
protobuf==4.24.1
|
28 |
psycopg2 @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_98luv3o0hn/croot/psycopg2_1687443459133/work
|
29 |
-
pyarrow==12.0.1
|
30 |
-
pydeck==0.8.0
|
31 |
-
Pygments==2.16.1
|
32 |
-
Pympler==1.0.1
|
33 |
-
python-dateutil==2.8.2
|
34 |
-
pytz==2023.3
|
35 |
-
pytz-deprecation-shim==0.1.0.post0
|
36 |
-
referencing==0.30.2
|
37 |
-
requests==2.31.0
|
38 |
-
rich==13.5.2
|
39 |
-
rpds-py==0.9.2
|
40 |
-
six==1.16.0
|
41 |
-
smmap==5.0.0
|
42 |
streamlit==1.25.0
|
43 |
streamlit-folium==0.13.0
|
44 |
-
tenacity==8.2.3
|
45 |
-
toml==0.10.2
|
46 |
-
toolz==0.12.0
|
47 |
-
tornado==6.3.3
|
48 |
-
typing_extensions==4.7.1
|
49 |
-
tzdata==2023.3
|
50 |
-
tzlocal==4.3.1
|
51 |
-
urllib3==2.0.4
|
52 |
-
validators==0.21.2
|
53 |
-
zipp==3.16.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
folium==0.14.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
numpy==1.24.4
|
|
|
3 |
pandas==2.0.3
|
|
|
|
|
|
|
4 |
psycopg2 @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_98luv3o0hn/croot/psycopg2_1687443459133/work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
streamlit==1.25.0
|
6 |
streamlit-folium==0.13.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|