timmhaucke commited on
Commit
e80b2db
·
verified ·
1 Parent(s): 77cd70d

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +138 -0
requirements.txt ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ appdirs==1.4.4
7
+ attrs==23.2.0
8
+ beautifulsoup4==4.12.3
9
+ bleach==6.1.0
10
+ certifi==2024.2.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ contourpy==1.2.1
14
+ cycler==0.12.1
15
+ dnspython==2.6.1
16
+ docker-pycreds==0.4.0
17
+ email_validator==2.1.1
18
+ fastapi==0.111.0
19
+ fastapi-cli==0.0.4
20
+ ffmpy==0.3.2
21
+ filelock==3.13.4
22
+ fire==0.6.0
23
+ fonttools==4.51.0
24
+ fsspec==2024.3.1
25
+ gdown==5.1.0
26
+ gitdb==4.0.11
27
+ GitPython==3.1.43
28
+ gradio==4.32.0
29
+ gradio_client==0.17.0
30
+ grpcio==1.62.1
31
+ h11==0.14.0
32
+ httpcore==1.0.5
33
+ httptools==0.6.1
34
+ httpx==0.27.0
35
+ huggingface-hub==0.22.2
36
+ idna==3.7
37
+ imgcat==0.5.0
38
+ importlib_resources==6.4.0
39
+ Jinja2==3.1.3
40
+ joblib==1.4.0
41
+ jsonschema==4.22.0
42
+ jsonschema-specifications==2023.12.1
43
+ kaggle==1.6.12
44
+ kiwisolver==1.4.5
45
+ kornia==0.7.2
46
+ kornia_rs==0.1.3
47
+ Markdown==3.6
48
+ markdown-it-py==3.0.0
49
+ MarkupSafe==2.1.5
50
+ matplotlib==3.8.4
51
+ mdurl==0.1.2
52
+ mpmath==1.3.0
53
+ networkx==3.3
54
+ numpy==1.26.4
55
+ nvidia-cublas-cu12==12.1.3.1
56
+ nvidia-cuda-cupti-cu12==12.1.105
57
+ nvidia-cuda-nvrtc-cu12==12.1.105
58
+ nvidia-cuda-runtime-cu12==12.1.105
59
+ nvidia-cudnn-cu12==8.9.2.26
60
+ nvidia-cufft-cu12==11.0.2.54
61
+ nvidia-curand-cu12==10.3.2.106
62
+ nvidia-cusolver-cu12==11.4.5.107
63
+ nvidia-cusparse-cu12==12.1.0.106
64
+ nvidia-nccl-cu12==2.19.3
65
+ nvidia-nvjitlink-cu12==12.4.127
66
+ nvidia-nvtx-cu12==12.1.105
67
+ opencv-python==4.9.0.80
68
+ orjson==3.10.3
69
+ packaging==24.0
70
+ pandas==2.2.2
71
+ pillow==10.3.0
72
+ protobuf==4.25.3
73
+ psutil==5.9.8
74
+ py-cpuinfo==9.0.0
75
+ pycocotools==2.0.7
76
+ pydantic==2.7.2
77
+ pydantic_core==2.18.3
78
+ pydub==0.25.1
79
+ Pygments==2.18.0
80
+ pyparsing==3.1.2
81
+ PySocks==1.7.1
82
+ python-dateutil==2.9.0.post0
83
+ python-dotenv==1.0.1
84
+ python-multipart==0.0.9
85
+ python-slugify==8.0.4
86
+ pytorch-metric-learning==2.5.0
87
+ pytz==2024.1
88
+ PyYAML==6.0.1
89
+ referencing==0.35.1
90
+ regex==2023.12.25
91
+ requests==2.31.0
92
+ rich==13.7.1
93
+ rpds-py==0.18.1
94
+ ruff==0.4.6
95
+ safetensors==0.4.3
96
+ scikit-learn==1.4.2
97
+ scipy==1.13.0
98
+ seaborn==0.13.2
99
+ semantic-version==2.10.0
100
+ sentry-sdk==1.45.0
101
+ setproctitle==1.3.3
102
+ shellingham==1.5.4
103
+ six==1.16.0
104
+ smmap==5.0.1
105
+ sniffio==1.3.1
106
+ soupsieve==2.5
107
+ starlette==0.37.2
108
+ sympy==1.12
109
+ tensorboard==2.16.2
110
+ tensorboard-data-server==0.7.2
111
+ termcolor==2.4.0
112
+ text-unidecode==1.3
113
+ thop==0.1.1.post2209072238
114
+ threadpoolctl==3.4.0
115
+ timm==0.9.16
116
+ tokenizers==0.15.2
117
+ tomlkit==0.12.0
118
+ toolz==0.12.1
119
+ torch==2.2.2
120
+ torchvision==0.17.2
121
+ tqdm==4.66.2
122
+ transformers==4.39.3
123
+ triton==2.2.0
124
+ typer==0.12.3
125
+ typing_extensions==4.11.0
126
+ tzdata==2024.1
127
+ ujson==5.10.0
128
+ ultralytics==8.2.10
129
+ urllib3==2.2.1
130
+ uvicorn==0.30.0
131
+ uvloop==0.19.0
132
+ wandb==0.16.6
133
+ watchfiles==0.22.0
134
+ webencodings==0.5.1
135
+ websockets==11.0.3
136
+ Werkzeug==3.0.2
137
+ wildlife-tools @ git+https://github.com/WildlifeDatasets/wildlife-datasets.git@aa8231c4eef8c375b48e774221de967ec694c3a0
138
+ wildlife-datasets @ git+https://github.com/WildlifeDatasets/wildlife-tools.git@2a3cd78f47a829850412e91e76d2cd393b3849d7