Skip to content

Commit

Permalink
Merge pull request #23 from nsls2-conda-envs/2023-3.0
Browse files Browse the repository at this point in the history
2023-3.0 py310 env
  • Loading branch information
mrakitin committed Sep 13, 2023
2 parents 99cf518 + a95cf5b commit 489c788
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 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-2.1-py310"
env_name: "2023-3.0-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-2.1
version: 2023-3.0
creators:
- name: Rakitin, Maksim
affiliation: "Brookhaven National Laboratory"
Expand Down
16 changes: 10 additions & 6 deletions envs/env-py310.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 2023-2.1-py310
name: 2023-3.0-py310
channels:
- conda-forge
dependencies:
Expand All @@ -15,7 +15,7 @@ dependencies:
- attrs >=18.0
- awkward
- black
- bluesky >=1.11.0
- bluesky ==1.10.0
- bluesky-adaptive >=0.3.1
- bluesky-kafka >=0.10.0
- bluesky-live >=0.0.8
Expand Down Expand Up @@ -48,6 +48,7 @@ dependencies:
- h5py !=3.4
- hdf5-external-filter-plugins-bitshuffle
- hdf5-external-filter-plugins-lz4
- historydict
- hxntools >=0.6.1
- igor
- imageio
Expand Down Expand Up @@ -98,6 +99,7 @@ dependencies:
- photutils
- pillow
- pocl # needed by pyopencl, used by the `xrt` package
- pre-commit
- prefect
- py4xs
- pycentroids
Expand All @@ -109,17 +111,17 @@ dependencies:
- pymcr
- pymongo >=3.7
- pypdf2
- pyqt >=5.12.0
- pyqt >=5.15.0
- pyqtgraph
- pystackreg
- python-graphviz
- pyxrf >=1.0.23
- pyxrf >=1.0.24
- pyzbar
- qt >=5.12.0
- qt >=5.15.0
- redis-py
- reportlab
- requests
- sasview
# - sasview # does not work with pyqt>=5.15
- scikit-beam >=0.0.24
- scikit-learn
- scipy >=1.9
Expand Down Expand Up @@ -153,6 +155,7 @@ dependencies:
- srwpy >=4.0.0b1
- sirepo-bluesky >=0.6.2
- xrt
- zict <3.0.0
#***************************************************************************#
# #
# Dependencies from the `nsls2-collection` metapackage #
Expand Down Expand Up @@ -190,3 +193,4 @@ dependencies:
- gpytorch
- ortools-python
- pytorch
- scikit-optimize

0 comments on commit 489c788

Please sign in to comment.