-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsn_pit_dev.yaml
executable file
·41 lines (40 loc) · 1.33 KB
/
sn_pit_dev.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Roman Supernova PIT Development Environment
#
# Contact: Benjamin Rose, [email protected]
# History:
# - initial testing, Jul 24, 2024
# Usage:
# - update
# - conda env update -f sn_pit_dev.yaml -p ./envs/sn-pit-dev --prune
# - install
# - conda env create -f sn_pit_dev.yaml -p ./envs/sn-pit-dev
#
channels:
- conda-forge
dependencies:
- python=3.11
- astromatic-source-extractor # Only temporarily
- conda install conda-forge::astromatic-swarp # only temporarily
- fitsio # was not installing as an implied dependency
- pip
- pip:
- cupy-cuda12x
- pyfftw #needed for sfft, and pip+arm does not work
- scikit-image
- dust_extinction
- jdaviz #roman-sci-platform
- pandeia.engine #roman-sci-platform
- rad #roman-sci-platform
- roman_datamodels #roman-sci-platform
- romancal #roman-sci-platform
- romanisim #roman-sci-platform
- skyCatalogs
- stips #roman-sci-platform
- webbpsf #roman-sci-platform # might need to pin this to match the roman-sci-platforms version
- bokeh #roman-sci-platform
- s3fs #roman-sci-platform
- xarray #roman-sci-platform
- stsynphot #roman-sci-platform
- "git+https://github.com/Roman-Supernova-PIT/phrosty"
- "git+https://github.com/matroxel/roman_imsim"
- "git+https://github.com/laldoroty/sfft@pyswarp"