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 Nov 29, 2022
1 parent d452e0f commit 41f4977
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -85,8 +85,6 @@ jobs:
env:
CRDS_SERVER_URL: https://jwst-crds.stsci.edu
pytest_args: '--slow'
#- package: pysynphot
# extras: [ test ]
- package: reftools
extras: [ test ]
- 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
1 change: 0 additions & 1 deletion stenv-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies:
- jupyter
- jwst>=1.8,<1.9
- nictools>=1.1,<1.2
- pysynphot>=2.0,<2.1
- reftools>=2.1,<2.2
- sphinx
- stistools>=1.4,<1.5
Expand Down

0 comments on commit 41f4977

Please sign in to comment.