joouha / euporie

Jupyter notebooks in the terminal
https://euporie.readthedocs.io
MIT License
1.54k stars 36 forks source link

Update pigments version #60

Closed jessebot closed 1 year ago

jessebot commented 1 year ago

Hoi and thanks for continuing to maintain euporie! I've used it quite a bit over the past month or so :)

When upgrading rich to 13.3.1, I get this error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
euporie 2.2.1 requires pygments~=2.11.2, but you have pygments 2.14.0 which is incompatible.

Is it possible to adjust the version requirement for pygments to resolve the conflict?

Thanks!

joouha commented 1 year ago

Hi,

This is already fixed in dev - I just need to make a new release with the changes.

I'm planning on making a new release today or tomorrow :+1:

jessebot commented 1 year ago

Thank you! Please feel free to close this as soon as you're done :)

joouha commented 1 year ago

I've released euporie v2.3.0, which requires Pygments>=2.11,<3.0, so it should work fine with rich==13.3.1 now