Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Oct 30, 2024
1 parent 2c5c07c commit fb996d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: "2024-2.3-py310-tiled"
env_name: "2024-3.0-py310-tiled"
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: 2024-2.3-tiled
version: 2024-3.0-tiled
creators:
- name: Rakitin, Max
affiliation: "Brookhaven National Laboratory"
Expand Down
4 changes: 2 additions & 2 deletions envs/env-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies:
- nexpy >=1.0.7
- nodejs
- nsls2-detector-handlers >=0.0.3
- nslsii >=0.9.1
- nslsii >=0.10.5
- numexpr >=2.8.0
- numpy >=1.20
- nyxtools >=0.0.12
Expand All @@ -121,7 +121,7 @@ dependencies:
- pillow
- pocl # needed by pyopencl, used by the `xrt` package
- pre-commit
- prefect >=2.18
- prefect >=2.18,<3
- py-xgboost
- py4xs
- pycentroids
Expand Down
4 changes: 2 additions & 2 deletions envs/env-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies:
- nexpy >=1.0.7
- nodejs
- nsls2-detector-handlers >=0.0.3
- nslsii >=0.9.1
- nslsii >=0.10.5
- numexpr >=2.8.0
- numpy >=1.20
- nyxtools >=0.0.12
Expand All @@ -121,7 +121,7 @@ dependencies:
- pillow
- pocl # needed by pyopencl, used by the `xrt` package
- pre-commit
- prefect >=2.18
- prefect >=2.18,<3
- py-xgboost
- py4xs
- pycentroids
Expand Down

0 comments on commit fb996d4

Please sign in to comment.