From e177a25b9a94b7e794cf3168b69f7438377056c0 Mon Sep 17 00:00:00 2001 From: David Schaefer <david.schaefer@ufz.de> Date: Tue, 17 Jan 2023 08:42:59 +0100 Subject: [PATCH] drop python 3.11 testing because of missing numba support --- .gitlab-ci.yml | 12 ------------ requirements.txt | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c9f2aeec..9a0234d0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,18 +110,6 @@ python310: junit: report.xml -python311: - stage: test - image: python:3.11 - script: - - pytest tests dios/test -Werror --junitxml=report.xml - - python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv - artifacts: - when: always - reports: - junit: report.xml - - doctest: stage: test script: diff --git a/requirements.txt b/requirements.txt index 90620a8f0..42bd4d01c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Click==8.1.3 dtw==1.4.0 hypothesis==6.55.0 matplotlib==3.5.3 -numba==0.56.4 +numba==0.56.3 numpy==1.21.6 outlier-utils==0.0.3 pyarrow==9.0.0 -- GitLab