generated from eWaterCycle/ewatercycle-leakybucket
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove local model from ewatercycle entrypoints (#65)
* Remove local model from ewatercycle entrypoints * Move to use conda-lock file in CI instead of environment.yml * Move CI to Python 3.12 * Add env name (missing from lock file) * Remove unused Python version matrix
- Loading branch information
1 parent
4593f72
commit d2c33d9
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ name = "ewatercycle-HBV" | |
description = "Implementation of HBV for eWaterCycle" | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
version = "1.8.4" | ||
version = "1.8.5" | ||
authors = [ | ||
{ name = "David Haasnoot", email = "[email protected]" }, | ||
] | ||
|
@@ -32,7 +32,6 @@ dependencies = [ | |
# This registers the plugin such that it is discoverable by eWaterCycle | ||
[project.entry-points."ewatercycle.models"] | ||
HBV = "ewatercycle_HBV.model:HBV" | ||
HBVLocal= "ewatercycle_HBV.model:HBVLocal" | ||
[project.entry-points."ewatercycle.forcings"] | ||
HBVForcing = "ewatercycle_HBV.forcing:HBVForcing" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.8.4" | ||
__version__ = "1.8.5" |