Skip to content

Commit

Permalink
remove pysynphot from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 28, 2022
1 parent b97aaf5 commit 6453116
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ jobs:
dependencies: [ pytest-doctestplus, pytest-openfiles, requests_mock ]
CRDS_SERVER_URL: https://jwst-crds.stsci.edu
#- package: nictools
#- package: pysynphot
# dependencies: [ pytest-remotedata, pytest-astropy-header ]
- package: reftools
dependencies: [ pytest-remotedata, pytest-astropy-header ]
- package: synphot
Expand Down
3 changes: 2 additions & 1 deletion stenv-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies:
- jupyter
- git+https://github.com/spacetelescope/jwst.git
- git+https://github.com/spacetelescope/nictools.git
- git+https://github.com/spacetelescope/pysynphot.git
- pytest
- pytest-xdist
- reftools
- sphinx
- git+https://github.com/spacetelescope/stistools.git
Expand Down
3 changes: 2 additions & 1 deletion stenv-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies:
- jupyter
- jwst>=1.6.2
- nictools
- pysynphot
- pytest
- pytest-xdist
- reftools
- sphinx
- stistools
Expand Down
3 changes: 2 additions & 1 deletion stenv-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies:
- jupyter
- jwst>=1.6.2,<1.7
- nictools>=1.1.5,<1.2
- pysynphot>=2.0.0,<2.1
- pytest
- pytest-xdist
- reftools>=2.1.0,<2.2
- sphinx
- stistools>=1.4.2,<1.5
Expand Down

0 comments on commit 6453116

Please sign in to comment.