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 pixi lock file #643

Merged
merged 2 commits into from
Oct 4, 2023
Merged

update pixi lock file #643

merged 2 commits into from
Oct 4, 2023

Conversation

visr
Copy link
Member

@visr visr commented Oct 3, 2023

I removed the old lock file, followed by pixi run install to install everything again.

This gets us new versions of our dependencies. Good to do every once in a while, preferable early in the release cycle in case issues with new versions of dependencies arise.

I removed the old lock file, followed by `pixi run install` to install everything again.

This gets us new versions of our dependencies. Good to do every once in a while, preferable early in the release cycle in case issues with new versions of dependencies arise.
@visr visr added python Relates to one of the Ribasim python packages dependencies Pull requests that update a dependency file labels Oct 3, 2023
@visr visr requested a review from Hofer-Julian October 3, 2023 09:38
@Hofer-Julian
Copy link
Contributor

The CI doesn’t seem to be happy

@visr
Copy link
Member Author

visr commented Oct 3, 2023

Hmm I see that pandas is bumped to 2.1.1, which should include the fix for #586 (comment).

But it is breaking right now on not being able to parse the datetime in the GeoPackage as written by pandas. Will need to look into what Pandas 2.1.1 is writing.

@Hofer-Julian
Copy link
Contributor

I've pinned pandas and opened #645

We should tackle this issue after @evetion's Ribasim Python refactor.

@Hofer-Julian Hofer-Julian merged commit 26d91c4 into main Oct 4, 2023
18 checks passed
@Hofer-Julian Hofer-Julian deleted the pixi-update branch October 4, 2023 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Relates to one of the Ribasim python packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants