From 688d0de1133b475582f4288dd2709f69c0aa928d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:29:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/constraints.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index 6a7e13f7ac..1dd04c84a5 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -1,25 +1,25 @@ -# core -scipy==1.5.1 # c.f. PR #2081 +# jax +# Use Google Cloud Storage buckets for long term wheel support +# c.f. https://github.com/google/jax/discussions/7608#discussioncomment-1269342 +--find-links https://storage.googleapis.com/jax-releases/jax_releases.html click==8.0.0 # c.f. PR #1958, #1909 -tqdm==4.56.0 -jsonschema==4.15.0 # c.f. PR #1979 -jsonpatch==1.15 -pyyaml==5.1 -importlib_resources==1.4.0 # c.f. PR #1979 -numpy==1.21.0 # constrained by jax v0.4.1 -# xmlio -uproot==4.1.1 # minuit iminuit==2.7.0 # c.f. PR #1895 +importlib_resources==1.4.0 # c.f. PR #1979 +jax==0.4.1 # c.f. PR #2079 +jaxlib==0.4.1 # c.f. PR #2079 +jsonpatch==1.15 +jsonschema==4.15.0 # c.f. PR #1979 +numpy==1.21.0 # constrained by jax v0.4.1 +protobuf<4.21.0 # c.f. PR #2117 +pyyaml==5.1 +# core +scipy==1.5.1 # c.f. PR #2081 # tensorflow tensorflow==2.7.0 # c.f. PR #1962 tensorflow-probability==0.11.0 # c.f. PR #1657 -protobuf<4.21.0 # c.f. PR #2117 # torch torch==1.10.0 -# jax -# Use Google Cloud Storage buckets for long term wheel support -# c.f. https://github.com/google/jax/discussions/7608#discussioncomment-1269342 ---find-links https://storage.googleapis.com/jax-releases/jax_releases.html -jax==0.4.1 # c.f. PR #2079 -jaxlib==0.4.1 # c.f. PR #2079 +tqdm==4.56.0 +# xmlio +uproot==4.1.1