Skip to content

Commit

Permalink
Use schema from pypi and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Aug 6, 2024
1 parent d641581 commit 6cb97ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def get_version():

install_requires = [
"numpy>=1.15,<3.0",
"threedi-schema==0.223.*",
"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",
"shapely>=2",
"pyproj>=3",
"condenser[geo]>=0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion threedigrid_builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .exceptions import * # NOQA

# fmt: off
__version__ = '1.16.1.dev0'
__version__ = '1.17.0.dev0'
# fmt: on

0 comments on commit 6cb97ec

Please sign in to comment.