Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • atr/dan
1 result
Show changes
Commits on Source (7)
......@@ -4,7 +4,7 @@ stages:
- deploy
lint:
image: python:3.8
image: python:3.10
stage: test
cache:
......@@ -24,6 +24,34 @@ lint:
script:
- pre-commit run -a
test:
image: python:3.10
stage: test
cache:
paths:
- .cache/pip
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
ARKINDEX_API_SCHEMA_URL: schema.yml
before_script:
- pip install tox
# Download OpenAPI schema from last backend build
- curl https://assets.teklia.com/arkindex/openapi.yml > schema.yml
# Add system deps for opencv
- apt-get update -q
- apt-get install -q -y libgl1
except:
- schedules
script:
- tox
bump-python-deps:
stage: deploy
image: registry.gitlab.com/teklia/devops:latest
......
arkindex-client==1.0.11
editdistance==0.6.0
fontTools==4.29.1
imageio==2.16.0
networkx==2.6.3
editdistance==0.6.1
fontTools==4.38.0
imageio==2.22.4
networkx==2.8.8
numpy==1.22.3
opencv-python==4.5.5.64
PyYAML==6.0
tensorboard==2.8.0
tensorboard==2.11.0
torch==1.11.0
torchvision==0.12.0
tqdm==4.62.3
tqdm==4.64.1