Skip to content

Commit

Permalink
2023-3.2 env
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Oct 30, 2023
1 parent ad23840 commit 52c9348
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 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.1-py310"
env_name: "2023-3.2-py310"
conda_env_file: "env-py310.yml"
conda_binary: "mamba"
python_version: "3.10"
Expand All @@ -19,9 +19,9 @@ zenodo_metadata:
title: "NSLS-II collection conda environment"
upload_type: "software"
description: "NSLS-II collection conda environment"
version: 2023-3.1
version: 2023-3.2
creators:
- name: Rakitin, Maksim
- name: Rakitin, Max
affiliation: "Brookhaven National Laboratory"
- name: Bischof, Garrett
affiliation: "Brookhaven National Laboratory"
13 changes: 8 additions & 5 deletions envs/env-py310.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 2023-3.1-py310
name: 2023-3.2-py310
channels:
- conda-forge
dependencies:
Expand All @@ -8,6 +8,7 @@ dependencies:
# #
#***************************************************************************#
- python >=3.10,<3.11
- algotom
- amostra <=1.0
- ansiwrap
- area-detector-handlers >=0.0.9
Expand Down Expand Up @@ -39,10 +40,11 @@ dependencies:
- databroker >=1.2.5,<2.0.0a
- databroker-pack
- dictdiffer
- discorpy
- distributed
- doi2bib
- dpcmaps
- edrixs
# - edrixs # conflicts caused by the latest numexpr, to resolve later.
- eiger-io
- event-model >=1.19.2
- fabio
Expand Down Expand Up @@ -87,7 +89,7 @@ dependencies:
- nodejs
- nsls2-detector-handlers >=0.0.3
- nslsii >=0.9.1
- numexpr
- numexpr >=2.8.0
- numpy >=1.20
- nyxtools >=0.0.12
- oct2py
Expand All @@ -101,7 +103,7 @@ dependencies:
- pytables # used by pandas .to_hdf()
# end of pandas deps
- papermill
- pdfstream >=0.6.2
- pdfstream ==0.5.2 # same as in the 2022-2.0-py37 env, https://zenodo.org/records/6462525/files/2022-2.0-py37.yml
- peakutils
- periodictable
- photutils
Expand Down Expand Up @@ -140,6 +142,7 @@ dependencies:
- sixtools
- slackclient
- smi-analysis
- sqlalchemy >=2.0.20
- suitcase-csv
- suitcase-json-metadata
- suitcase-jsonl
Expand Down Expand Up @@ -194,7 +197,7 @@ dependencies:
- kkcalc
- ppmac
- pychx >=4.1.2
- xpdacq >=1.1.4
- xpdacq ==1.0.0
# Debugging tools:
- hunter
- logging_tree
Expand Down

0 comments on commit 52c9348

Please sign in to comment.