Skip to content
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

Update ribasim-python to 0.6.1 #46

Merged
merged 2 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19451,12 +19451,13 @@ package:
timestamp: 1598024297745
- platform: linux-64
name: ribasim
version: 0.6.0
version: 0.6.1
category: main
manager: conda
dependencies:
- geopandas
- matplotlib-base
- numpy
- pandas
- pandera !=0.16.0
- pyarrow
Expand All @@ -19466,27 +19467,27 @@ package:
- shapely >=2.0
- tomli
- tomli-w
url: https://conda.anaconda.org/conda-forge/noarch/ribasim-0.6.0-pyhd8ed1ab_0.conda
url: https://conda.anaconda.org/conda-forge/noarch/ribasim-0.6.1-pyhd8ed1ab_0.conda
hash:
md5: 289bed229355e56c63b3560f10713056
sha256: 40ff77c91e9fd7683aa7491f7d7af4e41279a6e9e5c5c5987047c605319812c8
md5: c6f7cda724cd5b63a3293d80e8cfba6d
sha256: e6dd3f375fc914dc6d657d46463fcbac3f01570d9f904cde3b8cfdcadd98efb6
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 23518
timestamp: 1701128167996
size: 23898
timestamp: 1702048238025
- platform: osx-64
name: ribasim
version: 0.6.0
version: 0.6.1
category: main
manager: conda
dependencies:
- geopandas
- matplotlib-base
- numpy
- pandas
- pandera !=0.16.0
- pyarrow
Expand All @@ -19496,27 +19497,27 @@ package:
- shapely >=2.0
- tomli
- tomli-w
url: https://conda.anaconda.org/conda-forge/noarch/ribasim-0.6.0-pyhd8ed1ab_0.conda
url: https://conda.anaconda.org/conda-forge/noarch/ribasim-0.6.1-pyhd8ed1ab_0.conda
hash:
md5: 289bed229355e56c63b3560f10713056
sha256: 40ff77c91e9fd7683aa7491f7d7af4e41279a6e9e5c5c5987047c605319812c8
md5: c6f7cda724cd5b63a3293d80e8cfba6d
sha256: e6dd3f375fc914dc6d657d46463fcbac3f01570d9f904cde3b8cfdcadd98efb6
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 23518
timestamp: 1701128167996
size: 23898
timestamp: 1702048238025
- platform: win-64
name: ribasim
version: 0.6.0
version: 0.6.1
category: main
manager: conda
dependencies:
- geopandas
- matplotlib-base
- numpy
- pandas
- pandera !=0.16.0
- pyarrow
Expand All @@ -19526,19 +19527,18 @@ package:
- shapely >=2.0
- tomli
- tomli-w
url: https://conda.anaconda.org/conda-forge/noarch/ribasim-0.6.0-pyhd8ed1ab_0.conda
url: https://conda.anaconda.org/conda-forge/noarch/ribasim-0.6.1-pyhd8ed1ab_0.conda
hash:
md5: 289bed229355e56c63b3560f10713056
sha256: 40ff77c91e9fd7683aa7491f7d7af4e41279a6e9e5c5c5987047c605319812c8
md5: c6f7cda724cd5b63a3293d80e8cfba6d
sha256: e6dd3f375fc914dc6d657d46463fcbac3f01570d9f904cde3b8cfdcadd98efb6
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 23518
timestamp: 1701128167996
size: 23898
timestamp: 1702048238025
- platform: linux-64
name: rpds-py
version: 0.13.2
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ quarto = "*"
quartodoc = "*"
rasterstats = "*"
requests = "*"
ribasim = "0.6.0.*"
ribasim = ">=0.6.1,<0.7"
ruff = "*"
shapely = ">=2"
tomli = "*"
Expand Down
Loading