Skip to content

Commit 012aef7

Browse files
move dependencies into pip packages (#214)
1 parent 666a4ef commit 012aef7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

environment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ channels:
55
- conda-forge
66

77
dependencies:
8-
- astropy
9-
- dask
108
- fitsverify
119
- hstcal>=3.0.3
12-
- h5py
13-
- ipython
14-
- jupyter
15-
- numpy
16-
- pip
1710
- python>=3.10
18-
- scipy
11+
- uv
1912
- pip:
13+
- astropy
2014
- acstools
2115
- asdf
2216
- calcos
2317
- ccdproc
2418
- costools
2519
- crds
20+
- dask
2621
- drizzlepac
2722
- ginga
23+
- h5py
24+
- ipython
25+
- jupyter
2826
- jwst
2927
- nictools
28+
- numpy
3029
- reftools
30+
- scipy
3131
- stcal
3232
- stdatamodels
3333
- stistools

0 commit comments

Comments
 (0)