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

Further upgrade numpy

parent fffa93bc
No related branches found
No related tags found
No related merge requests found
Pipeline #11152 passed
......@@ -747,7 +747,7 @@ deploy-theodolite:
test-slo-checker-lag-trend:
stage: test
needs: []
image: python:3.7-slim
image: python:3.8-slim
before_script:
- cd slo-checker/record-lag
script:
......@@ -763,7 +763,7 @@ test-slo-checker-lag-trend:
test-slo-checker-dropped-records-kstreams:
stage: test
needs: []
image: python:3.7-slim
image: python:3.8-slim
before_script:
- cd slo-checker/dropped-records
script:
......@@ -779,7 +779,7 @@ test-slo-checker-dropped-records-kstreams:
test-slo-checker-generic:
stage: test
needs: []
image: python:3.7-slim
image: python:3.8-slim
before_script:
- cd slo-checker/generic
script:
......
......@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0
#scikit-learn==0.22.2
pandas==1.0.3
numpy==1.23.1
numpy==1.23.4
......@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0
#scikit-learn==0.22.2
pandas==1.0.3
numpy==1.23.1
numpy==1.23.4
......@@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0
scikit-learn==0.22.2
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