Spaces:
Runtime error
Runtime error
updated requirements
Browse files- README.md +1 -2
- requirements.txt +43 -0
README.md
CHANGED
@@ -29,5 +29,4 @@ pinned: false
|
|
29 |
|
30 |
## milestone-2
|
31 |
|
32 |
-
[HF Space](https://huggingface.co/spaces/cgr28/cs482-project)
|
33 |
-
|
|
|
29 |
|
30 |
## milestone-2
|
31 |
|
32 |
+
[HF Space](https://huggingface.co/spaces/cgr28/cs482-project)
|
|
requirements.txt
CHANGED
@@ -1,16 +1,59 @@
|
|
|
|
|
|
|
|
|
|
1 |
certifi==2022.12.7
|
2 |
charset-normalizer==3.1.0
|
|
|
|
|
|
|
|
|
3 |
filelock==3.10.6
|
|
|
|
|
|
|
4 |
idna==3.4
|
|
|
5 |
Jinja2==3.1.2
|
|
|
|
|
6 |
MarkupSafe==2.1.2
|
|
|
7 |
mpmath==1.3.0
|
8 |
networkx==3.0
|
9 |
numpy==1.24.2
|
|
|
|
|
10 |
Pillow==9.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
requests==2.28.2
|
|
|
|
|
|
|
|
|
|
|
12 |
sympy==1.11.1
|
|
|
|
|
|
|
13 |
torch==2.0.0
|
14 |
torchvision==0.15.1
|
|
|
|
|
|
|
15 |
typing-extensions==4.5.0
|
|
|
|
|
16 |
urllib3==1.26.15
|
|
|
|
|
|
1 |
+
altair==4.2.2
|
2 |
+
attrs==22.2.0
|
3 |
+
blinker==1.6
|
4 |
+
cachetools==5.3.0
|
5 |
certifi==2022.12.7
|
6 |
charset-normalizer==3.1.0
|
7 |
+
click==8.1.3
|
8 |
+
decorator==5.1.1
|
9 |
+
emoji==0.6.0
|
10 |
+
entrypoints==0.4
|
11 |
filelock==3.10.6
|
12 |
+
gitdb==4.0.10
|
13 |
+
GitPython==3.1.31
|
14 |
+
huggingface-hub==0.13.3
|
15 |
idna==3.4
|
16 |
+
importlib-metadata==6.1.0
|
17 |
Jinja2==3.1.2
|
18 |
+
jsonschema==4.17.3
|
19 |
+
markdown-it-py==2.2.0
|
20 |
MarkupSafe==2.1.2
|
21 |
+
mdurl==0.1.2
|
22 |
mpmath==1.3.0
|
23 |
networkx==3.0
|
24 |
numpy==1.24.2
|
25 |
+
packaging==23.0
|
26 |
+
pandas==1.5.3
|
27 |
Pillow==9.4.0
|
28 |
+
protobuf==3.20.3
|
29 |
+
pyarrow==11.0.0
|
30 |
+
pydeck==0.8.0
|
31 |
+
Pygments==2.14.0
|
32 |
+
Pympler==1.0.1
|
33 |
+
pyrsistent==0.19.3
|
34 |
+
python-dateutil==2.8.2
|
35 |
+
pytz==2023.3
|
36 |
+
pytz-deprecation-shim==0.1.0.post0
|
37 |
+
PyYAML==6.0
|
38 |
+
regex==2023.3.23
|
39 |
requests==2.28.2
|
40 |
+
rich==13.3.3
|
41 |
+
semver==3.0.0
|
42 |
+
six==1.16.0
|
43 |
+
smmap==5.0.0
|
44 |
+
streamlit==1.20.0
|
45 |
sympy==1.11.1
|
46 |
+
tokenizers==0.13.2
|
47 |
+
toml==0.10.2
|
48 |
+
toolz==0.12.0
|
49 |
torch==2.0.0
|
50 |
torchvision==0.15.1
|
51 |
+
tornado==6.2
|
52 |
+
tqdm==4.65.0
|
53 |
+
transformers==4.27.4
|
54 |
typing-extensions==4.5.0
|
55 |
+
tzdata==2023.3
|
56 |
+
tzlocal==4.3
|
57 |
urllib3==1.26.15
|
58 |
+
validators==0.20.0
|
59 |
+
zipp==3.15.0
|