forked from spacetelescope/jwql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment_python_3_8.yml
66 lines (61 loc) · 1.44 KB
/
environment_python_3_8.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# This file describes a conda environment that can be to install jwql
#
# Run the following command to set up this environment:
# $ conda env create -f environment_python_3_8.yml
#
# The environment name can be overridden with the following command:
# $ conda env create -n <custom name> -f environment_python_3_8.yml
#
# Run the following command to activate the environment:
# $ source activate jwql-3.8
#
# To deactivate the environment run the following command:
# $ source deactivate
#
# To remove the environment entirely, run the following command:
# $ conda env remove -n jwql-3.8
name: jwql-3.8
channels:
- defaults
dependencies:
- astropy=5.0.2
- bokeh=2.4.2
- beautifulsoup4=4.10.0
- codecov=2.1.11
- cryptography=36.0.0
- django=3.2.5
- flake8=3.9.2
- inflection=0.5.1
- ipython=7.29.0
- jinja2=3.0.2
- jsonschema=3.2.0
- matplotlib=3.4.2
- nodejs=10.13.0
- numpy=1.20.3
- numpydoc=1.1.0
- pandas=1.3.4
- pip=21.0.1
- postgresql=12.2
- psycopg2=2.8.6
- pytest=6.2.4
- pytest-cov=3.0.0
- python=3.8.5
- pyyaml=5.4.1
- scipy=1.7.1
- setuptools=52.0.0
- sphinx=4.2.0
- sphinx_rtd_theme=0.4.3
- sqlalchemy=1.4.27
- twine=3.4.1
- wtforms=2.3.3
- pip:
- asdf==2.11.0
- astroquery==0.4.5
- bandit==1.7.4
- jwst==1.4.3
- pysiaf==0.11.0
- pysqlite3==0.4.3
- stsci_rtd_theme==0.0.2
- git+https://github.com/spacetelescope/jwst_reffiles
# Current package
- -e .