Deltares / Ribasim

Water resources modeling
https://ribasim.org/
MIT License
39 stars 5 forks source link

Add ipykernel to pixi deps #1542

Closed evetion closed 3 months ago

evetion commented 3 months ago

Not sure if manifest version 5 will cause trouble.

I use VS Code for interactive development, which requires ipykernel. Since VS Code uses the pixi env, I always end up adding ipykernel in the past months. Seems like a good developer addition.

Similarly, I always limit the pyarrow version, as I otherwise get a

  File "/Users/evetion/code/Ribasim.jl/.pixi/envs/dev/lib/python3.12/site-packages/pandas/compat/pyarrow.py", line 10, in <module>
    _palv = Version(Version(pa.__version__).base_version)
                            ^^^^^^^^^^^^^^
AttributeError: module 'pyarrow' has no attribute '__version__'

I'm not sure why the CI doesn't reproduce this.

evetion commented 3 months ago

Ah the manifest needs #1491. Downgraded it for now.