Skip to content

Commit

Permalink
2024-1.0 envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Jan 21, 2024
1 parent 0c9ddc1 commit 34ec380
Show file tree
Hide file tree
Showing 4 changed files with 14 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-3.3-py310"
env_name: "2024-1.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-3.3
version: 2024-1.0
creators:
- name: Rakitin, Max
affiliation: "Brookhaven National Laboratory"
Expand Down
4 changes: 2 additions & 2 deletions configs/config-py311.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.3-py311"
env_name: "2024-1.0-py311"
conda_env_file: "env-py311.yml"
conda_binary: "mamba"
python_version: "3.11"
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.3
version: 2024-1.0
creators:
- name: Rakitin, Max
affiliation: "Brookhaven National Laboratory"
Expand Down
7 changes: 5 additions & 2 deletions envs/env-py310.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 2023-3.3-py310
name: 2024-1.0-py310
channels:
- conda-forge
dependencies:
Expand Down Expand Up @@ -26,6 +26,7 @@ dependencies:
- bokeh
- boto3
- bottleneck
- broh5
- chxtools
- cmasher
- conda-pack
Expand Down Expand Up @@ -73,6 +74,7 @@ dependencies:
- jedi
- jupyter
- jupyterlab
- ldap3
- legacy-suitcase
- lixtools
- lmfit
Expand All @@ -99,7 +101,7 @@ dependencies:
# pandas and deps
- pandas
- openpyxl # used by pandas .to_excel()
- pyarrow # used by pandas .to_parquet()
- pyarrow # >=14.0.1 # used by pandas .to_parquet()
- pytables # used by pandas .to_hdf()
# end of pandas deps
- papermill
Expand Down Expand Up @@ -130,6 +132,7 @@ dependencies:
- pyxrf >=1.0.24
- pyzbar
- qt >=5.15.0
- redis-dict
- redis-py
- reportlab
- requests
Expand Down
7 changes: 5 additions & 2 deletions envs/env-py311.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 2023-3.3-py311
name: 2024-1.0-py311
channels:
- conda-forge
dependencies:
Expand Down Expand Up @@ -26,6 +26,7 @@ dependencies:
- bokeh
- boto3
- bottleneck
- broh5
- chxtools
- cmasher
- conda-pack
Expand Down Expand Up @@ -73,6 +74,7 @@ dependencies:
- jedi
- jupyter
- jupyterlab
- ldap3
- legacy-suitcase
- lixtools
- lmfit
Expand All @@ -99,7 +101,7 @@ dependencies:
# pandas and deps
- pandas
- openpyxl # used by pandas .to_excel()
- pyarrow # used by pandas .to_parquet()
- pyarrow # >=14.0.1 # used by pandas .to_parquet()
- pytables # used by pandas .to_hdf()
# end of pandas deps
- papermill
Expand Down Expand Up @@ -130,6 +132,7 @@ dependencies:
- pyxrf >=1.0.24
- pyzbar
- qt >=5.15.0
- redis-dict
- redis-py
- reportlab
- requests
Expand Down

0 comments on commit 34ec380

Please sign in to comment.