From e2d2b2e5ecccc630757a86a40c7e52d8bfe4d6da Mon Sep 17 00:00:00 2001 From: Alexander Steppke Date: Thu, 5 May 2022 13:27:06 +0200 Subject: [PATCH] added basic crmx environment --- crmx.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 crmx.yml diff --git a/crmx.yml b/crmx.yml new file mode 100644 index 0000000..eb0415c --- /dev/null +++ b/crmx.yml @@ -0,0 +1,27 @@ + +channels: + - defaults + - paulscherrerinstitute + - conda-forge +dependencies: + - python + - pip + # numpy pinned until numba is compatible with newer versions + - numpy + - scipy + - pandas + - matplotlib + - ipython + - joblib + - black + - pytest + - h5py + - pyqt + - pyepics + # PSI specific modules + - jungfrau_utils + - bitshuffle + - bsread + - mflow + - sfdata +# - pip: