update dependencies
This commit is contained in:
parent
956e673701
commit
618880241c
@ -17,7 +17,7 @@ echo "DVC pull step"
|
||||
dvc pull
|
||||
|
||||
echo "coverage calculation"
|
||||
coverage run -m pytest
|
||||
coverage run -m pytest .
|
||||
echo "coverage report generation"
|
||||
coverage report -m
|
||||
coverage xml
|
||||
|
||||
@ -1,5 +1,10 @@
|
||||
envyaml==1.10.211231
|
||||
Flask==2.1.1
|
||||
waitress==2.0.0
|
||||
pytest~=7.0.1
|
||||
funcy==1.17
|
||||
numpy==1.22.3
|
||||
opencv-python-headless~=4.5.5.62
|
||||
numpy~=1.22.1
|
||||
pdf2image~=1.16.0
|
||||
matplotlib~=3.5.1
|
||||
imutils~=0.5.4
|
||||
@ -7,12 +12,7 @@ iteration-utilities~=0.11.0
|
||||
dvc==2.9.3
|
||||
dvc[ssh]
|
||||
scipy~=1.8.0
|
||||
Flask~=2.0
|
||||
waitress~=2.0
|
||||
pytest==7.0.1
|
||||
envyaml==1.10.211231
|
||||
coverage~=5.5
|
||||
dependency-check~=0.6.0
|
||||
prometheus-client~=0.13.1
|
||||
prometheus_flask_exporter~=0.19.0
|
||||
funcy==1.17
|
||||
prometheus_flask_exporter~=0.19.0
|
||||
Loading…
x
Reference in New Issue
Block a user