-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyper_env.yml
More file actions
35 lines (35 loc) · 887 Bytes
/
hyper_env.yml
File metadata and controls
35 lines (35 loc) · 887 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
# Create environment with conda running:
# conda env create -n hyper_env --file hyper_env.yml
# Change "create" to "update" when updating.
name: hyper_env
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.9
- numpy
# - Pillow
# - pandas
# - scipy
- h5py
- matplotlib
# - appdirs
# - tqdm
# - toml
- xarray
- netcdf4
# - tabulate
# - ipython
# - sphinx #API documentation
# - cpuonly # disables pytorch CUDA that interferes with Blender's CUDA rendering (.dll loading errors)
- pytorch
- pytorch-cuda=11.7
- torchmetrics
- pip
- pip:
- spectral # for image cube read and write
- optuna # hyperparameter optimization
- opencv-python-headless # edge detection to determine offset for Dawn VIR VIS and IR
- planetaryimage # opening ISIS .cub files from Dawn
# - Pillow