OwenLegalSign
commited on
Commit
•
f27e778
1
Parent(s):
ec0c657
Update requirements.txt
Browse files- requirements.txt +41 -0
requirements.txt
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.3.0
|
2 |
+
attrs==23.2.0
|
3 |
+
blinker==1.8.2
|
4 |
+
cachetools==5.4.0
|
5 |
+
certifi==2024.7.4
|
6 |
+
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
gitdb==4.0.11
|
9 |
+
GitPython==3.1.43
|
10 |
+
idna==3.7
|
11 |
+
Jinja2==3.1.4
|
12 |
+
jsonschema==4.23.0
|
13 |
+
jsonschema-specifications==2023.12.1
|
14 |
+
markdown-it-py==3.0.0
|
15 |
+
MarkupSafe==2.1.5
|
16 |
+
mdurl==0.1.2
|
17 |
+
numpy==1.26.4
|
18 |
+
packaging==24.1
|
19 |
+
pandas==2.2.2
|
20 |
+
pillow==10.4.0
|
21 |
+
protobuf==5.27.2
|
22 |
+
pyarrow==17.0.0
|
23 |
+
pydeck==0.9.1
|
24 |
+
Pygments==2.18.0
|
25 |
+
python-dateutil==2.9.0.post0
|
26 |
+
pytz==2024.1
|
27 |
+
rdkit==2024.3.3
|
28 |
+
referencing==0.35.1
|
29 |
+
requests==2.32.3
|
30 |
+
rich==13.7.1
|
31 |
+
rpds-py==0.19.0
|
32 |
+
six==1.16.0
|
33 |
+
smmap==5.0.1
|
34 |
+
streamlit==1.36.0
|
35 |
+
tenacity==8.5.0
|
36 |
+
toml==0.10.2
|
37 |
+
toolz==0.12.1
|
38 |
+
tornado==6.4.1
|
39 |
+
typing_extensions==4.12.2
|
40 |
+
tzdata==2024.1
|
41 |
+
urllib3==2.2.2
|