From 9f4e96820845f39f7743ff0239b6bcb1f0ad76bd Mon Sep 17 00:00:00 2001 From: "Joran R. Angevaare" Date: Tue, 1 Feb 2022 11:27:46 +0100 Subject: [PATCH] merges from development branch (#910) * Bump zstd from 1.5.0.4 to 1.5.1.0 in /extra_requirements (#909) Bumps [zstd](https://github.com/sergey-dryabzhinsky/python-zstd) from 1.5.0.4 to 1.5.1.0. - [Release notes](https://github.com/sergey-dryabzhinsky/python-zstd/releases) - [Commits](https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.0.4...v1.5.1.0) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump wfsim from 0.5.12 to 0.5.13 in /extra_requirements (#907) Bumps [wfsim](https://github.com/XENONnT/wfsim) from 0.5.12 to 0.5.13. - [Release notes](https://github.com/XENONnT/wfsim/releases) - [Changelog](https://github.com/XENONnT/WFSim/blob/master/HISTORY.md) - [Commits](https://github.com/XENONnT/wfsim/compare/v0.5.12...v0.5.13) --- updated-dependencies: - dependency-name: wfsim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump xarray from 0.20.2 to 0.21.1 in /extra_requirements (#908) Bumps [xarray](https://github.com/pydata/xarray) from 0.20.2 to 0.21.1. - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](https://github.com/pydata/xarray/compare/v0.20.2...v0.21.1) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- extra_requirements/requirements-tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra_requirements/requirements-tests.txt b/extra_requirements/requirements-tests.txt index 366432a7f..7c576167f 100644 --- a/extra_requirements/requirements-tests.txt +++ b/extra_requirements/requirements-tests.txt @@ -38,6 +38,6 @@ tensorflow==2.8.0rc1; python_version=="3.10" tqdm==4.62.2 typing_extensions==4.0.1 # Tensorflow/bokeh dependency utilix==0.6.6 -wfsim==0.5.12; python_version<="3.9" # nestpy doesn't work in py3.10 -xarray==0.20.2 +wfsim==0.5.13; python_version<="3.9" # nestpy doesn't work in py3.10 +xarray==0.21.1 zstd==1.5.1.0 # Strax dependency