Spaces:
Running
Running
Yotam-Perlitz
commited on
Commit
·
cd437e1
1
Parent(s):
788677c
new requirments
Browse filesSigned-off-by: Yotam-Perlitz <y.perlitz@ibm.com>
- requirements.txt +53 -3
requirements.txt
CHANGED
@@ -1,3 +1,53 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.4.1
|
2 |
+
attrs==24.2.0
|
3 |
+
-e git+ssh://git@github.com/perlitz/benchbench.git@36c47c3245672851ec2b14c271dfb2fb8cc80712#egg=bat
|
4 |
+
blinker==1.8.2
|
5 |
+
cachetools==5.5.0
|
6 |
+
certifi==2024.8.30
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
contourpy==1.3.0
|
10 |
+
cycler==0.12.1
|
11 |
+
fonttools==4.53.1
|
12 |
+
fuzzywuzzy==0.18.0
|
13 |
+
gitdb==4.0.11
|
14 |
+
GitPython==3.1.43
|
15 |
+
idna==3.8
|
16 |
+
Jinja2==3.1.4
|
17 |
+
jsonschema==4.23.0
|
18 |
+
jsonschema-specifications==2023.12.1
|
19 |
+
kiwisolver==1.4.5
|
20 |
+
markdown-it-py==3.0.0
|
21 |
+
MarkupSafe==2.1.5
|
22 |
+
matplotlib==3.9.2
|
23 |
+
mdurl==0.1.2
|
24 |
+
narwhals==1.5.5
|
25 |
+
numpy==2.0.1
|
26 |
+
packaging==24.1
|
27 |
+
pandas==2.2.2
|
28 |
+
patsy==0.5.6
|
29 |
+
pillow==10.4.0
|
30 |
+
plotly==5.24.0
|
31 |
+
protobuf==5.28.0
|
32 |
+
pyarrow==17.0.0
|
33 |
+
pydeck==0.9.1
|
34 |
+
Pygments==2.18.0
|
35 |
+
pyparsing==3.1.4
|
36 |
+
python-dateutil==2.9.0.post0
|
37 |
+
pytz==2024.1
|
38 |
+
referencing==0.35.1
|
39 |
+
requests==2.32.3
|
40 |
+
rich==13.8.0
|
41 |
+
rpds-py==0.20.0
|
42 |
+
scipy==1.14.1
|
43 |
+
seaborn==0.13.2
|
44 |
+
six==1.16.0
|
45 |
+
smmap==5.0.1
|
46 |
+
statsmodels==0.14.2
|
47 |
+
streamlit==1.38.0
|
48 |
+
tenacity==8.5.0
|
49 |
+
toml==0.10.2
|
50 |
+
tornado==6.4.1
|
51 |
+
typing_extensions==4.12.2
|
52 |
+
tzdata==2024.1
|
53 |
+
urllib3==2.2.2
|