From c1feb1dd23f8b3a0c07be50340ab0239e778d558 Mon Sep 17 00:00:00 2001 From: Matthias Probst Date: Thu, 7 Dec 2023 16:29:03 +0100 Subject: [PATCH] hopefully fixing v3.12 issue with adding setuptools to req.txt --- .github/workflows/tests.yml | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 781600fb..4cb07551 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,6 +38,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install setuptools pip install -r requirements-dev.txt pip install pymongo diff --git a/requirements.txt b/requirements.txt index 848c4f81..7ea10e94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ appdirs>=1.4.4 -numpy>=1.20,<1.23.0 +numpy>=1.20 h5py>3.7.0 matplotlib>=3.5.2 pandas>=1.4.3 IPython>=8.4.0 -pyyaml +pyyaml>6.0.0 xarray>=2022.3.0 pint==0.21.1 pint_xarray>=0.2.1