nens / threedigrid-builder

Generate a 3Di simulation grid from a model schematisation.
Other
1 stars 0 forks source link

Support schema 0.219 and 0.220 #367

Closed margrietpalm closed 1 month ago

margrietpalm commented 3 months ago

Problem

115 threedi-modelchecker 2.6.3 depends on threedi-schema==0.219.*
116
117 threedigrid-builder 1.14.3 depends on threedi-schema==0.220.*

Solution

Release version of threedigrid_builder 1.14.* that support both versions.:

Modify setup.py:

"threedi-schema>=0.219.0,<0.221.0"