From 55f7ea5a3c0895560f90ff5ef0a2f7081bbecb97 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 8 Oct 2024 09:11:18 -0400 Subject: Add skeleton base mission environments: * generic * jwst * roman --- mission/roman/base.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mission/roman/base.yml (limited to 'mission/roman') 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 -- cgit