Skip to content

Commit

Permalink
MNT: bump env version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Sep 14, 2023
1 parent 489c788 commit 9ee76e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/config-py310.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
12 changes: 11 additions & 1 deletion envs/env-py310.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 2023-3.0-py310
name: 2023-3.1-py310
channels:
- conda-forge
dependencies:
Expand All @@ -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
Expand All @@ -49,6 +51,7 @@ dependencies:
- hdf5-external-filter-plugins-bitshuffle
- hdf5-external-filter-plugins-lz4
- historydict
- hvplot
- hxntools >=0.6.1
- igor
- imageio
Expand Down Expand Up @@ -85,6 +88,7 @@ dependencies:
- nyxtools >=0.0.12
- oct2py
- opencv
- openmpi >=4.1.4
- ophyd >=1.8.0
# pandas and deps
- pandas
Expand All @@ -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
Expand All @@ -114,6 +119,7 @@ dependencies:
- pyqt >=5.15.0
- pyqtgraph
- pystackreg
- python-blosc
- python-graphviz
- pyxrf >=1.0.24
- pyzbar
Expand All @@ -125,6 +131,7 @@ dependencies:
- scikit-beam >=0.0.24
- scikit-learn
- scipy >=1.9
- seaborn
- silx
- sixtools
- slackclient
Expand Down Expand Up @@ -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 #
Expand Down

0 comments on commit 9ee76e3

Please sign in to comment.