forked from PetroFit/petrofit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
36 lines (33 loc) · 854 Bytes
/
environment.yml
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
# This file describes a conda environment that can be to install PetroFit
#
# Run the following command to set up this environment:
# $ conda env create -f environment.yml
#
# The environment name can be overridden with the following command:
# $ conda env create -n <custom name> -f environment.yml
#
# Run the following command to activate the environment:
# $ source activate petrofit
#
# To deactivate the environment run the following command:
# $ source deactivate
#
# To remove the environment entirely, run the following command:
# $ conda env remove -n petrofit
#
# To update an environment
# $ conda env update -f environment.yml
name: petrofit
channels:
- conda-forge
- astropy
- http://ssb.stsci.edu/astroconda
- defaults
dependencies:
# Base dependencies
- pip
- python>=3.12
- Pandoc
- scikit-image
- pip:
- -e .