-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.yml
More file actions
35 lines (30 loc) · 663 Bytes
/
env.yml
File metadata and controls
35 lines (30 loc) · 663 Bytes
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
name: baydetectenv
channels:
- conda-forge
- pytorch
dependencies:
- python=3.8
- Pillow=9.1.0
- nb_conda_kernels
- ipykernel
- tqdm
- jsonpickle
- humanfriendly
- numpy
- matplotlib
- nb_conda_kernels
- ipykernel
- opencv
- requests
# for running MegaDetector v4
# - tensorflow>=2.0
# for running MegaDetector v5
- pandas
- seaborn>=0.11.0
- PyYAML>=5.3.1
- pytorch::pytorch=1.10.1
- pytorch::torchvision=0.11.2
- conda-forge::cudatoolkit=11.3
- conda-forge::cudnn=8.1
# the `nb_conda_kernels` and `ipykernel` packages are installed so that we
# can use Jupyter Notebooks with this environment as a kernel