From 19bf1dc9cf1c2f00b4425facad91c38c24d73210 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Tue, 6 Aug 2024 16:48:48 +0200 Subject: [PATCH] Use schema from pypi and bump version --- pyproject.toml | 3 ++- threedi_modelchecker/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64ee25c0..ba6bbab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,8 @@ dependencies = [ "Click", "GeoAlchemy2>=0.9,!=0.11.*", "SQLAlchemy>=1.4", - "threedi-schema@git+https://github.com/nens/threedi-schema@margriet_70_schema_300_structure_control", + "threedi-schema==0.224.0.dev0" +# "threedi-schema@git+https://github.com/nens/threedi-schema@margriet_70_schema_300_structure_control", ] [project.optional-dependencies] diff --git a/threedi_modelchecker/__init__.py b/threedi_modelchecker/__init__.py index a200646f..6c0738e5 100644 --- a/threedi_modelchecker/__init__.py +++ b/threedi_modelchecker/__init__.py @@ -1,5 +1,5 @@ from .model_checks import * # NOQA # fmt: off -__version__ = '2.9.1.dev0' +__version__ = '2.10.0.dev0' # fmt: on