-
Notifications
You must be signed in to change notification settings - Fork 24
/
notebook_supplement.yml
42 lines (37 loc) · 1.2 KB
/
notebook_supplement.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
# This file describes a conda environment that will update the JWST pipeline environment
# with the additional files needed to run the JWST validation notebooks. These include:
#
# - instrument-specific test modules
# - jupyter notebooks
# - ipython
# - ipykernel
channels:
- default
- conda-forge
- astropy
dependencies:
# Base dependencies
- Cython
- jupyter
- nb_conda
- git
- pip
- pip:
- ipython
- ci-watson
- pytest
# pysiaf is not on pip, but fails to install *from* pip because of a metadata version
# mismatch
- git+https://github.com/spacetelescope/pysiaf
# This repository is not uniquely on pip (i.e. there are several nbpages, and we want
# a particular one of them).
- git+https://github.com/york-stsci/nbpages
# These packages are imported from github because they are not available on pip
- git+https://github.com/STScI-MIRI/miricoord
- git+https://github.com/STScI-MIRI/miri3d
- git+https://github.com/spacetelescope/[email protected]
variables:
TEST_BIGDATA: "https://bytesalad.stsci.edu/artifactory"
CRDS_SERVER_URL: "https://jwst-crds.stsci.edu"
CRDS_PATH: "/grp/crds/cache"
WIT4_PATH: "/grp/jwst/wit4"