-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare release v0.5.0 #170
Conversation
DirkEilander
commented
Aug 3, 2022
•
edited
Loading
edited
- bumped version to v0.5.0
- matched dependencies in pyproj.toml with all environment yml files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just two small comments for flit minimum version and hydroengine dependency.
binder/environment.yml
Outdated
- zarr | ||
- pip: | ||
- hydroengine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you added hydroengine, do we need it in hydromt core? I thought just hydromt_wflow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed hydroengine here and marked it optional in hydromt-dev.
binder/environment.yml
Outdated
- black | ||
- bottleneck | ||
- cartopy # to run examples | ||
- click | ||
- dask | ||
- descartes # to run examples | ||
- entrypoints | ||
- flit>=3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we do flit 3.4 to be sure pip install works ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good one. I've changed this in all environment files and the pyproj.toml