Skip to content

Commit 73f60fb

Browse files
committed
Add env file with batman removed. bump to python 3.12
1 parent 78e2c03 commit 73f60fb

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
13+
python-version: ["3.11", "3.12"]
1414
os: [ubuntu-latest]
1515

1616
runs-on: ${{ matrix.os }}

environment_python_3.12.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: mirage-py3.12
2+
3+
channels:
4+
- http://ssb.stsci.edu/astroconda
5+
- conda-forge
6+
- defaults
7+
dependencies:
8+
- pip
9+
- python==3.12.11
10+
- pip:
11+
- asdf==4.5.0
12+
- astropy==7.1.0
13+
- astroquery==0.4.11
14+
- bokeh==3.8.0
15+
- crds==13.0.6
16+
- grismconf==1.51
17+
- h5py==3.14.0
18+
- hotsoss==0.1.10
19+
- ipython==9.6.0
20+
- jupyter==1.1.1
21+
- jwst==1.19.2
22+
- jwst-backgrounds==1.3.0
23+
- jwst_gtvt==1.1.1
24+
- lxml==6.0.2
25+
- matplotlib==3.10.7
26+
- nircam_gsim>=1.71
27+
- numpy==2.2.6
28+
- photutils==2.3.0
29+
- pysiaf==0.24.1
30+
- pytest==8.4.2
31+
- pyyaml==6.0.3
32+
- scipy==1.16.2
33+
- sphinx==8.2.3
34+
- stpsf==2.1.0
35+
- synphot==1.6.0

0 commit comments

Comments
 (0)