Conversation
|
@VeckoTheGecko it looks like the If I set the version string to something. For instance: |
|
interesting, will try dedicate some time this week to look into it |
|
I looked into this - pixi doesn't support dynamic versioning yet, so version = "dynamic" is treated as a literal string. pandas 3 has constrains: xarray >= 2024.10.0 (optional dependency), so when both are in the environment the solver compares "dynamic" >= "2024.10.0" and fails. (Related: prefix-dev/pixi#2923) Using |
|
I updated to using 9999.0.0 as @kkollsga suggested. Looks like everything is working fine. |
I still need to figure out how to make CI use pandas 3, but this passes doctests locally.