From 9ee76e329dd0209f362829b4093758ff0ee23ac8 Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Thu, 14 Sep 2023 09:40:37 -0400 Subject: [PATCH] MNT: bump env version --- configs/config-py310.yml | 4 ++-- envs/env-py310.yml | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/configs/config-py310.yml b/configs/config-py310.yml index da7019b..0ed6726 100644 --- a/configs/config-py310.yml +++ b/configs/config-py310.yml @@ -1,5 +1,5 @@ docker_image: "quay.io/condaforge/linux-anvil-cos7-x86_64:latest" -env_name: "2023-3.0-py310" +env_name: "2023-3.1-py310" conda_env_file: "env-py310.yml" conda_binary: "mamba" python_version: "3.10" @@ -19,7 +19,7 @@ zenodo_metadata: title: "NSLS-II collection conda environment" upload_type: "software" description: "NSLS-II collection conda environment" - version: 2023-3.0 + version: 2023-3.1 creators: - name: Rakitin, Maksim affiliation: "Brookhaven National Laboratory" diff --git a/envs/env-py310.yml b/envs/env-py310.yml index 1e8a3bc..6974baf 100644 --- a/envs/env-py310.yml +++ b/envs/env-py310.yml @@ -1,4 +1,4 @@ -name: 2023-3.0-py310 +name: 2023-3.1-py310 channels: - conda-forge dependencies: @@ -22,7 +22,9 @@ dependencies: - bluesky-queueserver >=0.0.19 - bluesky-queueserver-api >=0.0.10 - bluesky-widgets >=0.0.15 + - bokeh - boto3 + - bottleneck - chxtools - cmasher - conda-pack @@ -49,6 +51,7 @@ dependencies: - hdf5-external-filter-plugins-bitshuffle - hdf5-external-filter-plugins-lz4 - historydict + - hvplot - hxntools >=0.6.1 - igor - imageio @@ -85,6 +88,7 @@ dependencies: - nyxtools >=0.0.12 - oct2py - opencv + - openmpi >=4.1.4 - ophyd >=1.8.0 # pandas and deps - pandas @@ -101,6 +105,7 @@ dependencies: - pocl # needed by pyopencl, used by the `xrt` package - pre-commit - prefect + - py-xgboost - py4xs - pycentroids - pyepics >=3.4.2 @@ -114,6 +119,7 @@ dependencies: - pyqt >=5.15.0 - pyqtgraph - pystackreg + - python-blosc - python-graphviz - pyxrf >=1.0.24 - pyzbar @@ -125,6 +131,7 @@ dependencies: - scikit-beam >=0.0.24 - scikit-learn - scipy >=1.9 + - seaborn - silx - sixtools - slackclient @@ -156,6 +163,9 @@ dependencies: - sirepo-bluesky >=0.6.2 - xrt - zict <3.0.0 + - pip: + - mimesis + - pyhyperscattering[all] #***************************************************************************# # # # Dependencies from the `nsls2-collection` metapackage #