-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yaml
More file actions
170 lines (170 loc) · 4.65 KB
/
environment.yaml
File metadata and controls
170 lines (170 loc) · 4.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# MegaDetector fine-tuning conda environment.
#
# Platform notes:
# - The conda block below is heavily pinned to Linux x86_64 conda-forge builds
# (e.g. libgcc-ng=14.1.0=h69a702a_1) and will NOT solve on macOS or Windows.
# - macOS / Windows users: prefer a fresh venv plus `pip install -e .` from
# the repo root (the pyproject.toml dependency set covers the full runtime).
# - Only the `pip:` subtree below is platform-portable.
#
name: megadetector-finetuning
channels:
- conda-forge
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=h4bc722e_7
- ca-certificates=2024.8.30=hbcca054_0
- ld_impl_linux-64=2.43=h712a8e2_0
- libffi=3.4.2=h7f98852_5
- libgcc=14.1.0=h77fa898_1
- libgcc-ng=14.1.0=h69a702a_1
- libgomp=14.1.0=h77fa898_1
- libnsl=2.0.1=hd590300_0
- libsqlite=3.46.1=hadc24fc_0
- libuuid=2.38.1=h0b41bf4_0
- libxcrypt=4.4.36=hd590300_1
- libzlib=1.3.1=h4ab18f5_1
- ncurses=6.5=he02047a_1
- openssl=3.3.2=hb9d3cd8_0
- pip=24.2=pyh8b19718_1
- python=3.10.15=h4a871b0_0_cpython
- readline=8.2=h8228510_1
- tk=8.6.13=noxft_h4845f30_101
- wheel=0.44.0=pyhd8ed1ab_0
- xz=5.2.6=h166bdaf_0
- pip:
- absl-py==2.1.0
- aiofiles==23.2.1
- annotated-types==0.7.0
- antlr4-python3-runtime==4.9.3
- anyio==4.6.0
- appdirs==1.4.4
- asttokens==2.4.1
- attrs==24.2.0
- certifi==2024.8.30
- cffi==1.17.1
- chardet==5.2.0
- charset-normalizer==3.3.2
- click==8.1.7
- contourpy==1.3.0
- crowsetta==5.1.0
- cycler==0.12.1
- decorator==5.1.1
- defusedxml==0.7.1
- exceptiongroup==1.2.2
- executing==2.1.0
- fastapi==0.115.0
- ffmpy==0.4.0
- filelock==3.16.1
- fire==0.6.0
- fonttools==4.54.0
- fsspec==2024.9.0
- gradio==4.44.0
- gradio-client==1.3.0
- grpcio==1.66.1
- h11==0.14.0
- httpcore==1.0.5
- httpx==0.27.2
- huggingface-hub==0.25.1
- idna==3.10
- importlib-resources==6.4.5
- ipython==8.27.0
- jedi==0.19.1
- jinja2==3.1.4
- joblib==1.4.2
- kiwisolver==1.4.7
- markdown==3.7
- markdown-it-py==3.0.0
- markupsafe==2.1.5
- matplotlib==3.9.2
- matplotlib-inline==0.1.7
- mdurl==0.1.2
- mpmath==1.3.0
- multimethod==1.12
- munch==4.0.0
- mypy-extensions==1.0.0
- networkx==3.3
- numpy==1.26.4
- nvidia-cublas-cu12==12.1.3.1
- nvidia-cuda-cupti-cu12==12.1.105
- nvidia-cuda-nvrtc-cu12==12.1.105
- nvidia-cuda-runtime-cu12==12.1.105
- nvidia-cudnn-cu12==9.1.0.70
- nvidia-cufft-cu12==11.0.2.54
- nvidia-curand-cu12==10.3.2.106
- nvidia-cusolver-cu12==11.4.5.107
- nvidia-cusparse-cu12==12.1.0.106
- nvidia-nccl-cu12==2.20.5
- nvidia-nvjitlink-cu12==12.6.68
- nvidia-nvtx-cu12==12.1.105
- omegaconf==2.3.0
- opencv-python==4.10.0.84
- opencv-python-headless==4.10.0.84
- orjson==3.10.7
- packaging==24.1
- pandas==2.2.3
- pandera==0.21.0
- parso==0.8.4
- pexpect==4.9.0
- pillow==10.4.0
- prompt-toolkit==3.0.47
- protobuf==3.20.1
- psutil==6.0.0
- ptyprocess==0.7.0
- pure-eval==0.2.3
- py-cpuinfo==9.0.0
- pycparser==2.22
- pydantic==2.9.2
- pydantic-core==2.23.4
- pydub==0.25.1
- pygments==2.18.0
- pyparsing==3.1.4
- python-dateutil==2.9.0.post0
- python-multipart==0.0.10
- pytorchwildlife
- pytz==2024.2
- pyyaml==6.0.2
- requests==2.32.3
- rich==13.8.1
- ruff==0.6.7
- scikit-learn==1.6.0
- scipy==1.14.1
- seaborn==0.13.2
- semantic-version==2.10.0
- setuptools==75.6.0
- shellingham==1.5.4
- six==1.16.0
- sniffio==1.3.1
- soundfile==0.12.1
- stack-data==0.6.3
- starlette==0.38.6
- supervision==0.23.0
- sympy==1.13.3
- tensorboard==2.17.1
- tensorboard-data-server==0.7.2
- termcolor==2.4.0
- thop==0.1.1-2209072238
- threadpoolctl==3.5.0
- tomlkit==0.12.0
- torch==2.4.1
- torchaudio==2.4.1
- torchvision==0.19.1
- tqdm==4.66.5
- traitlets==5.14.3
- triton==3.0.0
- typeguard==4.4.1
- typer==0.12.5
- typing-extensions==4.12.2
- typing-inspect==0.9.0
- tzdata==2024.2
- ultralytics==8.2.100
- ultralytics-thop==2.0.8
- ultralytics-yolov5==0.1.1
- urllib3==2.2.3
- uvicorn==0.30.6
- wcwidth==0.2.13
- websockets==12.0
- werkzeug==3.0.4
- wget==3.2
- wrapt==1.17.0