dlsmallw commited on
Commit
f7d8db6
·
1 Parent(s): 3157311

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -0
requirements.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -i https://pypi.org/simple
2
+ altair==5.5.0; python_version >= '3.9'
3
+ attrs==25.1.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.17.0; python_version >= '3.9'
11
+ fsspec==2025.2.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.2; 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'
19
+ 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.29.0; python_version >= '3.8'
24
+ networkx==3.4.2; python_version >= '3.10'
25
+ numpy==2.2.3; python_version >= '3.10'
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.3; python_version >= '3.8'
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.1
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==75.8.2; python_version >= '3.12'
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.43.0; python_version >= '3.9' and python_full_version != '3.9.7'
45
+ sympy==1.13.1; python_version >= '3.9'
46
+ tenacity==9.0.0; python_version >= '3.8'
47
+ tokenizers==0.21.0; python_version >= '3.7'
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.49.0; python_full_version >= '3.9.0'
53
+ typing-extensions==4.12.2; python_version >= '3.8'
54
+ tzdata==2025.1; python_version >= '2'
55
+ urllib3==2.3.0; python_version >= '3.9'
56
+ watchdog==6.0.0; platform_system != 'Darwin'