Update setup.sh and regenerate requirements.txt
Browse files- requirements.txt +16 -14
- setup.sh +4 -0
requirements.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-i https://pypi.org/simple
|
2 |
altair==5.5.0; python_version >= '3.9'
|
3 |
-
attrs==25.
|
4 |
blinker==1.9.0; python_version >= '3.9'
|
5 |
cachetools==5.5.2; python_version >= '3.7'
|
6 |
certifi==2025.1.31; python_version >= '3.6'
|
7 |
charset-normalizer==3.4.1; python_version >= '3.7'
|
8 |
click==8.1.8; python_version >= '3.7'
|
9 |
colorama==0.4.6; platform_system == 'Windows'
|
10 |
-
filelock==3.
|
11 |
-
fsspec==2025.
|
12 |
gitdb==4.0.12; python_version >= '3.7'
|
13 |
gitpython==3.1.44; python_version >= '3.7'
|
14 |
htbuilder==0.9.0; python_version >= '3.7'
|
15 |
-
huggingface-hub==0.29.
|
16 |
idna==3.10; python_version >= '3.6'
|
17 |
jinja2==3.1.6; python_version >= '3.7'
|
18 |
joblib==1.4.2; python_version >= '3.8'
|
@@ -20,37 +20,39 @@ jsonschema==4.23.0; python_version >= '3.8'
|
|
20 |
jsonschema-specifications==2024.10.1; python_version >= '3.9'
|
21 |
markupsafe==3.0.2; python_version >= '3.9'
|
22 |
mpmath==1.3.0
|
23 |
-
narwhals==1.
|
|
|
24 |
networkx==3.4.2; python_version >= '3.10'
|
25 |
-
|
|
|
26 |
packaging==24.2; python_version >= '3.8'
|
27 |
pandas==2.2.3; python_version >= '3.9'
|
28 |
pillow==11.1.0; python_version >= '3.9'
|
29 |
-
protobuf==5.29.
|
30 |
pyarrow==19.0.1; python_version >= '3.9'
|
31 |
pydeck==0.9.1; python_version >= '3.8'
|
32 |
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
33 |
-
pytz==2025.
|
34 |
pyyaml==6.0.2; python_version >= '3.8'
|
35 |
referencing==0.36.2; python_version >= '3.9'
|
36 |
regex==2024.11.6; python_version >= '3.8'
|
37 |
requests==2.32.3; python_version >= '3.8'
|
38 |
rpds-py==0.23.1; python_version >= '3.9'
|
39 |
safetensors==0.5.3; python_version >= '3.7'
|
40 |
-
setuptools==
|
41 |
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
42 |
smmap==5.0.2; python_version >= '3.7'
|
43 |
st-annotated-text==4.0.2; python_version >= '3.5'
|
44 |
-
streamlit==1.
|
45 |
sympy==1.13.1; python_version >= '3.9'
|
46 |
tenacity==9.0.0; python_version >= '3.8'
|
47 |
-
tokenizers==0.21.
|
48 |
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
49 |
torch==2.6.0; python_full_version >= '3.9.0'
|
50 |
tornado==6.4.2; python_version >= '3.8'
|
51 |
tqdm==4.67.1; python_version >= '3.7'
|
52 |
-
transformers==4.
|
53 |
-
typing-extensions==4.
|
54 |
-
tzdata==2025.
|
55 |
urllib3==2.3.0; python_version >= '3.9'
|
56 |
watchdog==6.0.0; platform_system != 'Darwin'
|
|
|
1 |
-i https://pypi.org/simple
|
2 |
altair==5.5.0; python_version >= '3.9'
|
3 |
+
attrs==25.3.0; python_version >= '3.8'
|
4 |
blinker==1.9.0; python_version >= '3.9'
|
5 |
cachetools==5.5.2; python_version >= '3.7'
|
6 |
certifi==2025.1.31; python_version >= '3.6'
|
7 |
charset-normalizer==3.4.1; python_version >= '3.7'
|
8 |
click==8.1.8; python_version >= '3.7'
|
9 |
colorama==0.4.6; platform_system == 'Windows'
|
10 |
+
filelock==3.18.0; python_version >= '3.9'
|
11 |
+
fsspec==2025.3.0; python_version >= '3.8'
|
12 |
gitdb==4.0.12; python_version >= '3.7'
|
13 |
gitpython==3.1.44; python_version >= '3.7'
|
14 |
htbuilder==0.9.0; python_version >= '3.7'
|
15 |
+
huggingface-hub==0.29.3; python_full_version >= '3.8.0'
|
16 |
idna==3.10; python_version >= '3.6'
|
17 |
jinja2==3.1.6; python_version >= '3.7'
|
18 |
joblib==1.4.2; python_version >= '3.8'
|
|
|
20 |
jsonschema-specifications==2024.10.1; python_version >= '3.9'
|
21 |
markupsafe==3.0.2; python_version >= '3.9'
|
22 |
mpmath==1.3.0
|
23 |
+
narwhals==1.32.0; python_version >= '3.8'
|
24 |
+
nest-asyncio==1.6.0; python_version >= '3.5'
|
25 |
networkx==3.4.2; python_version >= '3.10'
|
26 |
+
nltk==3.9.1; python_version >= '3.8'
|
27 |
+
numpy==2.2.4; python_version >= '3.10'
|
28 |
packaging==24.2; python_version >= '3.8'
|
29 |
pandas==2.2.3; python_version >= '3.9'
|
30 |
pillow==11.1.0; python_version >= '3.9'
|
31 |
+
protobuf==5.29.4; python_version >= '3.8'
|
32 |
pyarrow==19.0.1; python_version >= '3.9'
|
33 |
pydeck==0.9.1; python_version >= '3.8'
|
34 |
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
35 |
+
pytz==2025.2
|
36 |
pyyaml==6.0.2; python_version >= '3.8'
|
37 |
referencing==0.36.2; python_version >= '3.9'
|
38 |
regex==2024.11.6; python_version >= '3.8'
|
39 |
requests==2.32.3; python_version >= '3.8'
|
40 |
rpds-py==0.23.1; python_version >= '3.9'
|
41 |
safetensors==0.5.3; python_version >= '3.7'
|
42 |
+
setuptools==78.1.0; python_version >= '3.12'
|
43 |
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
44 |
smmap==5.0.2; python_version >= '3.7'
|
45 |
st-annotated-text==4.0.2; python_version >= '3.5'
|
46 |
+
streamlit==1.44.0; python_version >= '3.9' and python_full_version != '3.9.7'
|
47 |
sympy==1.13.1; python_version >= '3.9'
|
48 |
tenacity==9.0.0; python_version >= '3.8'
|
49 |
+
tokenizers==0.21.1; python_version >= '3.9'
|
50 |
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
51 |
torch==2.6.0; python_full_version >= '3.9.0'
|
52 |
tornado==6.4.2; python_version >= '3.8'
|
53 |
tqdm==4.67.1; python_version >= '3.7'
|
54 |
+
transformers==4.50.1; python_full_version >= '3.9.0'
|
55 |
+
typing-extensions==4.13.0; python_version >= '3.8'
|
56 |
+
tzdata==2025.2; python_version >= '2'
|
57 |
urllib3==2.3.0; python_version >= '3.9'
|
58 |
watchdog==6.0.0; platform_system != 'Darwin'
|
setup.sh
CHANGED
@@ -19,6 +19,10 @@ clean() {
|
|
19 |
find . -type d -name "__pycache__" -delete
|
20 |
}
|
21 |
|
|
|
|
|
|
|
|
|
22 |
# docs() {
|
23 |
# case $1 in
|
24 |
# build)
|
|
|
19 |
find . -type d -name "__pycache__" -delete
|
20 |
}
|
21 |
|
22 |
+
requirements() {
|
23 |
+
pipenv requirements > requirements.txt
|
24 |
+
}
|
25 |
+
|
26 |
# docs() {
|
27 |
# case $1 in
|
28 |
# build)
|