Skip to content
Snippets Groups Projects
Commit b799ea5d authored by Sören Henning's avatar Sören Henning
Browse files

Further upgrade numpy

parent 71ae7b2c
No related branches found
No related tags found
No related merge requests found
Pipeline #11151 passed
...@@ -757,7 +757,7 @@ deploy-theodolite: ...@@ -757,7 +757,7 @@ deploy-theodolite:
test-slo-checker-lag-trend: test-slo-checker-lag-trend:
stage: test stage: test
needs: [] needs: []
image: python:3.7-slim image: python:3.8-slim
before_script: before_script:
- cd slo-checker/record-lag - cd slo-checker/record-lag
script: script:
...@@ -773,7 +773,7 @@ test-slo-checker-lag-trend: ...@@ -773,7 +773,7 @@ test-slo-checker-lag-trend:
test-slo-checker-dropped-records-kstreams: test-slo-checker-dropped-records-kstreams:
stage: test stage: test
needs: [] needs: []
image: python:3.7-slim image: python:3.8-slim
before_script: before_script:
- cd slo-checker/dropped-records - cd slo-checker/dropped-records
script: script:
...@@ -789,7 +789,7 @@ test-slo-checker-dropped-records-kstreams: ...@@ -789,7 +789,7 @@ test-slo-checker-dropped-records-kstreams:
test-slo-checker-generic: test-slo-checker-generic:
stage: test stage: test
needs: [] needs: []
image: python:3.7-slim image: python:3.8-slim
before_script: before_script:
- cd slo-checker/generic - cd slo-checker/generic
script: script:
......
...@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0 ...@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0 #pydantic>=1.8.0,<2.0.0
#scikit-learn==0.22.2 #scikit-learn==0.22.2
pandas==1.0.3 pandas==1.0.3
numpy==1.23.1 numpy==1.23.4
...@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0 ...@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0 #pydantic>=1.8.0,<2.0.0
#scikit-learn==0.22.2 #scikit-learn==0.22.2
pandas==1.0.3 pandas==1.0.3
numpy==1.23.1 numpy==1.23.4
...@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0 ...@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0 #pydantic>=1.8.0,<2.0.0
scikit-learn==0.22.2 scikit-learn==0.22.2
pandas==1.0.3 pandas==1.0.3
numpy==1.23.1 numpy==1.23.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment