kerzel commited on
Commit
27c476e
·
1 Parent(s): 9f9d805

requirements w/o python version

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -103
requirements.txt CHANGED
@@ -1,103 +1,103 @@
1
- absl-py==2.3.0 ; python_version >= "3.11"
2
- aiofiles==24.1.0 ; python_version >= "3.11"
3
- annotated-types==0.7.0 ; python_version >= "3.11"
4
- anyio==4.9.0 ; python_version >= "3.11"
5
- astunparse==1.6.3 ; python_version >= "3.11"
6
- audioop-lts==0.2.1 ; python_version >= "3.13"
7
- certifi==2025.6.15 ; python_version >= "3.11"
8
- charset-normalizer==3.4.2 ; python_version >= "3.11"
9
- click==8.2.1 ; python_version >= "3.11" and sys_platform != "emscripten"
10
- colorama==0.4.6 ; python_version >= "3.11" and platform_system == "Windows"
11
- contourpy==1.3.2 ; python_version >= "3.11"
12
- cycler==0.12.1 ; python_version >= "3.11"
13
- fastapi==0.115.13 ; python_version >= "3.11"
14
- ffmpy==0.6.0 ; python_version >= "3.11"
15
- filelock==3.18.0 ; python_version >= "3.11"
16
- flatbuffers==25.2.10 ; python_version >= "3.11"
17
- fonttools==4.58.4 ; python_version >= "3.11"
18
- fsspec==2025.5.1 ; python_version >= "3.11"
19
- gast==0.6.0 ; python_version >= "3.11"
20
- google-pasta==0.2.0 ; python_version >= "3.11"
21
- gradio-client==1.10.3 ; python_version >= "3.11"
22
- gradio==5.34.2 ; python_version >= "3.11"
23
- groovy==0.1.2 ; python_version >= "3.11"
24
- grpcio==1.73.0 ; python_version >= "3.11"
25
- h11==0.16.0 ; python_version >= "3.11"
26
- h5py==3.14.0 ; python_version >= "3.11"
27
- hf-xet==1.1.5 ; python_version >= "3.11" and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "arm64" or platform_machine == "aarch64")
28
- httpcore==1.0.9 ; python_version >= "3.11"
29
- httpx==0.28.1 ; python_version >= "3.11"
30
- huggingface-hub==0.33.0 ; python_version >= "3.11"
31
- idna==3.10 ; python_version >= "3.11"
32
- imageio==2.37.0 ; python_version >= "3.11"
33
- jinja2==3.1.6 ; python_version >= "3.11"
34
- joblib==1.5.1 ; python_version >= "3.11"
35
- keras==3.10.0 ; python_version >= "3.11"
36
- kiwisolver==1.4.8 ; python_version >= "3.11"
37
- libclang==18.1.1 ; python_version >= "3.11"
38
- markdown-it-py==3.0.0 ; python_version >= "3.11"
39
- markdown==3.8.2 ; python_version >= "3.11"
40
- markupsafe==3.0.2 ; python_version >= "3.11"
41
- matplotlib==3.10.3 ; python_version >= "3.11"
42
- mdurl==0.1.2 ; python_version >= "3.11"
43
- ml-dtypes==0.5.1 ; python_version >= "3.11"
44
- namex==0.1.0 ; python_version >= "3.11"
45
- numpy==2.1.3 ; python_version >= "3.11"
46
- nvidia-cublas-cu12==12.5.3.2 ; python_version >= "3.11"
47
- nvidia-cuda-cupti-cu12==12.5.82 ; python_version >= "3.11"
48
- nvidia-cuda-nvcc-cu12==12.5.82 ; python_version >= "3.11"
49
- nvidia-cuda-nvrtc-cu12==12.5.82 ; python_version >= "3.11"
50
- nvidia-cuda-runtime-cu12==12.5.82 ; python_version >= "3.11"
51
- nvidia-cudnn-cu12==9.3.0.75 ; python_version >= "3.11"
52
- nvidia-cufft-cu12==11.2.3.61 ; python_version >= "3.11"
53
- nvidia-curand-cu12==10.3.6.82 ; python_version >= "3.11"
54
- nvidia-cusolver-cu12==11.6.3.83 ; python_version >= "3.11"
55
- nvidia-cusparse-cu12==12.5.1.3 ; python_version >= "3.11"
56
- nvidia-nccl-cu12==2.23.4 ; python_version >= "3.11"
57
- nvidia-nvjitlink-cu12==12.5.82 ; python_version >= "3.11"
58
- opt-einsum==3.4.0 ; python_version >= "3.11"
59
- optree==0.16.0 ; python_version >= "3.11"
60
- orjson==3.10.18 ; python_version >= "3.11"
61
- packaging==25.0 ; python_version >= "3.11"
62
- pandas==2.3.0 ; python_version >= "3.11"
63
- pillow==11.2.1 ; python_version >= "3.11"
64
- protobuf==5.29.5 ; python_version >= "3.11"
65
- pydantic-core==2.33.2 ; python_version >= "3.11"
66
- pydantic==2.11.7 ; python_version >= "3.11"
67
- pydub==0.25.1 ; python_version >= "3.11"
68
- pygments==2.19.2 ; python_version >= "3.11"
69
- pyparsing==3.2.3 ; python_version >= "3.11"
70
- python-dateutil==2.9.0.post0 ; python_version >= "3.11"
71
- python-multipart==0.0.20 ; python_version >= "3.11"
72
- pytz==2025.2 ; python_version >= "3.11"
73
- pyyaml==6.0.2 ; python_version >= "3.11"
74
- requests==2.32.4 ; python_version >= "3.11"
75
- rich==14.0.0 ; python_version >= "3.11"
76
- ruff==0.12.0 ; python_version >= "3.11" and sys_platform != "emscripten"
77
- safehttpx==0.1.6 ; python_version >= "3.11"
78
- scikit-learn==1.7.0 ; python_version >= "3.11"
79
- scipy==1.16.0 ; python_version >= "3.11"
80
- semantic-version==2.10.0 ; python_version >= "3.11"
81
- setuptools==80.9.0 ; python_version >= "3.11"
82
- shellingham==1.5.4 ; python_version >= "3.11" and sys_platform != "emscripten"
83
- six==1.17.0 ; python_version >= "3.11"
84
- sniffio==1.3.1 ; python_version >= "3.11"
85
- starlette==0.46.2 ; python_version >= "3.11"
86
- tensorboard-data-server==0.7.2 ; python_version >= "3.11"
87
- tensorboard==2.19.0 ; python_version >= "3.11"
88
- tensorflow-io-gcs-filesystem==0.37.1 ; python_version == "3.11"
89
- tensorflow==2.19.0 ; python_version >= "3.11"
90
- termcolor==3.1.0 ; python_version >= "3.11"
91
- threadpoolctl==3.6.0 ; python_version >= "3.11"
92
- tomlkit==0.13.3 ; python_version >= "3.11"
93
- tqdm==4.67.1 ; python_version >= "3.11"
94
- typer==0.16.0 ; python_version >= "3.11" and sys_platform != "emscripten"
95
- typing-extensions==4.14.0 ; python_version >= "3.11"
96
- typing-inspection==0.4.1 ; python_version >= "3.11"
97
- tzdata==2025.2 ; python_version >= "3.11"
98
- urllib3==2.5.0 ; python_version >= "3.11"
99
- uvicorn==0.34.3 ; python_version >= "3.11" and sys_platform != "emscripten"
100
- websockets==15.0.1 ; python_version >= "3.11"
101
- werkzeug==3.1.3 ; python_version >= "3.11"
102
- wheel==0.45.1 ; python_version >= "3.11"
103
- wrapt==1.17.2 ; python_version >= "3.11"
 
1
+ absl-py==2.3.0
2
+ aiofiles==24.1.0
3
+ annotated-types==0.7.0
4
+ anyio==4.9.0
5
+ astunparse==1.6.3
6
+ audioop-lts==0.2.1
7
+ certifi==2025.6.15
8
+ charset-normalizer==3.4.2
9
+ click==8.2.1
10
+ colorama==0.4.6
11
+ contourpy==1.3.2
12
+ cycler==0.12.1
13
+ fastapi==0.115.13
14
+ ffmpy==0.6.0
15
+ filelock==3.18.0
16
+ flatbuffers==25.2.10
17
+ fonttools==4.58.4
18
+ fsspec==2025.5.1
19
+ gast==0.6.0
20
+ google-pasta==0.2.0
21
+ gradio-client==1.10.3
22
+ gradio==5.34.2
23
+ groovy==0.1.2
24
+ grpcio==1.73.0
25
+ h11==0.16.0
26
+ h5py==3.14.0
27
+ hf-xet==1.1.5
28
+ httpcore==1.0.9
29
+ httpx==0.28.1
30
+ huggingface-hub==0.33.0
31
+ idna==3.10
32
+ imageio==2.37.0
33
+ jinja2==3.1.6
34
+ joblib==1.5.1
35
+ keras==3.10.0
36
+ kiwisolver==1.4.8
37
+ libclang==18.1.1
38
+ markdown-it-py==3.0.0
39
+ markdown==3.8.2
40
+ markupsafe==3.0.2
41
+ matplotlib==3.10.3
42
+ mdurl==0.1.2
43
+ ml-dtypes==0.5.1
44
+ namex==0.1.0
45
+ numpy==2.1.3
46
+ nvidia-cublas-cu12==12.5.3.2
47
+ nvidia-cuda-cupti-cu12==12.5.82
48
+ nvidia-cuda-nvcc-cu12==12.5.82
49
+ nvidia-cuda-nvrtc-cu12==12.5.82
50
+ nvidia-cuda-runtime-cu12==12.5.82
51
+ nvidia-cudnn-cu12==9.3.0.75
52
+ nvidia-cufft-cu12==11.2.3.61
53
+ nvidia-curand-cu12==10.3.6.82
54
+ nvidia-cusolver-cu12==11.6.3.83
55
+ nvidia-cusparse-cu12==12.5.1.3
56
+ nvidia-nccl-cu12==2.23.4
57
+ nvidia-nvjitlink-cu12==12.5.82
58
+ opt-einsum==3.4.0
59
+ optree==0.16.0
60
+ orjson==3.10.18
61
+ packaging==25.0
62
+ pandas==2.3.0
63
+ pillow==11.2.1
64
+ protobuf==5.29.5
65
+ pydantic-core==2.33.2
66
+ pydantic==2.11.7
67
+ pydub==0.25.1
68
+ pygments==2.19.2
69
+ pyparsing==3.2.3
70
+ python-dateutil==2.9.0.post0
71
+ python-multipart==0.0.20
72
+ pytz==2025.2
73
+ pyyaml==6.0.2
74
+ requests==2.32.4
75
+ rich==14.0.0
76
+ ruff==0.12.0
77
+ safehttpx==0.1.6
78
+ scikit-learn==1.7.0
79
+ scipy==1.16.0
80
+ semantic-version==2.10.0
81
+ setuptools==80.9.0
82
+ shellingham==1.5.4
83
+ six==1.17.0
84
+ sniffio==1.3.1
85
+ starlette==0.46.2
86
+ tensorboard-data-server==0.7.2
87
+ tensorboard==2.19.0
88
+ tensorflow-io-gcs-filesystem==0.37.1
89
+ tensorflow==2.19.0
90
+ termcolor==3.1.0
91
+ threadpoolctl==3.6.0
92
+ tomlkit==0.13.3
93
+ tqdm==4.67.1
94
+ typer==0.16.0
95
+ typing-extensions==4.14.0
96
+ typing-inspection==0.4.1
97
+ tzdata==2025.2
98
+ urllib3==2.5.0
99
+ uvicorn==0.34.3
100
+ websockets==15.0.1
101
+ werkzeug==3.1.3
102
+ wheel==0.45.1
103
+ wrapt==1.17.2