forked from spacetelescope/cubeviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-environment.yml
36 lines (35 loc) · 1.05 KB
/
test-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 used by alpha testers
#
# Run the following command to set up this environment:
# $ conda env create -f test-environment.yml
#
# The environment name can be overridden with the following command:
# $ conda env create -n <custom name> -f test-environment.yml
#
# Run the following command to activate the environment:
# $ source activate cubeviz-testing
#
# To deactivate the environment run the following command:
# $ source deactivate
#
# To remove the environment entirely, run the following command:
# $ conda env remove -n cubeviz-testing
name: cubeviz-testing
channels:
- glueviz/label/dev
- glueviz
dependencies:
- python=3.6
- pyqt
- numpy>=1.13
- scipy
# This is necessary in some OSX environments to ensure that Python is
# installed as a framework
- matplotlib
- glue-core>=0.13
- specviz==0.5
- pip:
- asteval
- sphinx-automodapi
- git+https://github.com/radio-astro-tools/spectral-cube#egg=spectral-cube
- git+https://github.com/spacetelescope/cubeviz#egg=cubeviz