requirements_common.txt 3.5 KB
Newer Older
Nicolas Patry's avatar
Nicolas Patry committed
1
backoff==2.2.1 ; python_version >= "3.9" and python_version < "3.13"
2
3
certifi==2023.11.17 ; python_version >= "3.9" and python_version < "3.13"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
4
click==8.1.7 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
5
6
7
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows")
deprecated==1.2.14 ; python_version >= "3.9" and python_version < "3.13"
einops==0.6.1 ; python_version >= "3.9" and python_version < "3.13"
8
9
10
11
12
13
14
15
filelock==3.13.1 ; python_version >= "3.9" and python_version < "3.13"
fsspec==2023.10.0 ; python_version >= "3.9" and python_version < "3.13"
googleapis-common-protos==1.61.0 ; python_version >= "3.9" and python_version < "3.13"
grpc-interceptor==0.15.4 ; python_version >= "3.9" and python_version < "3.13"
grpcio-reflection==1.59.3 ; python_version >= "3.9" and python_version < "3.13"
grpcio-status==1.59.3 ; python_version >= "3.9" and python_version < "3.13"
grpcio==1.59.3 ; python_version >= "3.9" and python_version < "3.13"
hf-transfer==0.1.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
16
huggingface-hub==0.16.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
17
18
idna==3.4 ; python_version >= "3.9" and python_version < "3.13"
loguru==0.6.0 ; python_version >= "3.9" and python_version < "3.13"
19
numpy==1.26.2 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
20
21
22
23
24
25
26
27
28
opentelemetry-api==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp-proto-grpc==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp-proto-http==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-instrumentation-grpc==0.36b0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-instrumentation==0.36b0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-proto==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-sdk==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-semantic-conventions==0.36b0 ; python_version >= "3.9" and python_version < "3.13"
29
30
31
packaging==23.2 ; python_version >= "3.9" and python_version < "3.13"
pillow==10.1.0 ; python_version >= "3.9" and python_version < "3.13"
protobuf==4.25.1 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
32
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13"
33
regex==2023.10.3 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
34
requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
35
safetensors==0.3.3 ; python_version >= "3.9" and python_version < "3.13"
36
scipy==1.11.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
37
sentencepiece==0.1.99 ; python_version >= "3.9" and python_version < "3.13"
38
setuptools==69.0.2 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
39
tokenizers==0.13.3 ; python_version >= "3.9" and python_version < "3.13"
40
tqdm==4.66.1 ; python_version >= "3.9" and python_version < "3.13"
41
transformers==4.33.3 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
42
typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
43
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "3.13"
44
urllib3==2.1.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
45
win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32"
46
wrapt==1.16.0 ; python_version >= "3.9" and python_version < "3.13"