diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-10-08 10:13:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 10:13:34 -0400 |
commit | dbc408f22dbe40ea778b60a20ebf8ce261dd9235 (patch) | |
tree | f6c484f4e4f369e6244dd7dabcae675caa7b00ca /mission/roman | |
parent | da3ef1951d68485f8d833674c7de2d724a668342 (diff) | |
parent | 49e2e250103b89f5461a591334e4133f3ba8c365 (diff) | |
download | stasis-dbc408f22dbe40ea778b60a20ebf8ce261dd9235.tar.gz |
Merge pull request #55 from jhunkeler/per-mission-base-env
Default mission environment(s)
Diffstat (limited to 'mission/roman')
-rw-r--r-- | mission/roman/base.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mission/roman/base.yml b/mission/roman/base.yml new file mode 100644 index 0000000..a1d49a0 --- /dev/null +++ b/mission/roman/base.yml @@ -0,0 +1,9 @@ +channels: + - conda-forge +dependencies: + - pip + - python + - setuptools + - pip: + - romancal + - stcal
\ No newline at end of file |