-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
43 lines (38 loc) · 871 Bytes
/
environment.yml
File metadata and controls
43 lines (38 loc) · 871 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
36
37
38
39
40
41
42
43
# This file describes a conda environment that can be to install samos
#
# Run the following command to set up this environment:
# $ conda env create -f samos_env.yml
#
# The environment name can be overridden with the following command:
# $ conda env create -n <custom name> -f samos_env.yml
#
# Run the following command to activate the environment:
# $ conda activate samos
#
# To deactivate the environment run the following command:
# $ conda deactivate
#
# To remove the environment entirely, run the following command:
# $ conda env remove -n samos
name: samos
channels:
- conda-forge
- defaults
dependencies:
- python<3.11
- pip
- pip:
- matplotlib
- astropy
- photutils
- ginga
- astroquery
- numpy
- pandas
- regions
- tksheet
- twirl
- ttkbootstrap
- platformdirs
# Current package
- -e .