-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
32 lines (31 loc) · 813 Bytes
/
environment.yml
File metadata and controls
32 lines (31 loc) · 813 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
# This file may be used to create an environment using conda:
#
# ## Miniconda or Anaconda
#
# Linux
# $ conda env create -f environment.yml
# MacOS
# $ conda env create -f environment.yml --subdir=osx-64
# If you are using the zsh shell, run:
# $ conda init zsh
# Or, if you are using a different shell, run:
# $ conda init
# After init, if you do not want conda to change your global shell when
# you open a new terminal, run:
# $ conda config --set auto_activate_base false
# Finally, activate the environment with:
# $ conda activate tbp.ultrasound_perception
#
name: tbp.ultrasound_perception
channels:
- aihabitat
- pytorch
- pyg
- defaults
- conda-forge
- thousandbrainsproject
dependencies:
- thousandbrainsproject::tbp.monty==0.6.0
- pip
- pip:
- -e .[dev]