Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #726 +/- ##
=======================================
Coverage 78.00% 78.00%
=======================================
Files 26 26
Lines 6788 6788
Branches 1474 1474
=======================================
Hits 5295 5295
Misses 1176 1176
Partials 317 317 ☔ View full report in Codecov by Sentry. |
fneum
left a comment
There was a problem hiding this comment.
Not really a fix since constraining pandas version, but temporary solution.
|
Is this still needed? @pz-max This results in conda installing an older pypsa version (0.25.1) which is unsupported in other ways ( So it would be good to have a pypsa release which supports pyomo 6.7 😊 |
|
I agree. Support for Pyomo 6.7 would be good. We're happy to receive a PR that restores compatibility, but our current plan is to phase out maintenance of the |
Changes proposed in this Pull Request
Build on PR #724 but adding pandas constraint.
We probably have to delve into the pandas warning to use the newer pandas versions:
Collab with @drifter089 on this PR.
Checklist
doc.environment.yaml,environment_docs.yamlandsetup.py(if applicable).