Skip to content

Commit

Permalink
remove pins (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Apr 5, 2023
2 parents a7d8cf5 + 6cc75f9 commit d28a6a8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# this is the base unpinned environment for ``stenv``; to manually resolve an environment from this file, run the following:
# conda env create -n stenv -f https://raw.githubusercontent.com/spacetelescope/stenv/main/environment.yaml

channels:
- conda-forge

Expand All @@ -20,23 +23,23 @@ dependencies:
- sphinx
- pip:
- acstools
- asdf>=2.12.1
- calcos>=3.4.4
- asdf
- calcos
- ccdproc
- ci-watson
- costools
- crds
- drizzlepac
- ginga
- jwst>=1.6.2
- jwst
- nictools
- pysynphot
- reftools
- stcal<1.3.4
- stdatamodels<1.0.0
- stcal
- stdatamodels
- stistools
- stsynphot
- stregion>=1.1.7
- stregion
- synphot
- wfc3tools
- wfpc2tools

0 comments on commit d28a6a8

Please sign in to comment.