mbox series

[bug#68609,0/2] gnu: python-pandera: Fix build.

Message ID 87le8kt8c8.fsf@troyfigiel.com
Headers show
Series gnu: python-pandera: Fix build. | expand

Message

Troy Figiel Jan. 20, 2024, 1:42 p.m. UTC
With the 1.5.3 upgrade of python-pandas, python-modin is broken. I tried
fixing it by upgrading it to a compatible version, but this has a ripple
effect on a variety of packages such as python-boto3, python-fsspec,
etc.

For now, I would suggest to simply remove python-modin as a native-input from python-pandera. Since it is an optional dependency in the first place, not much is lost as long as python-modin is broken on master.

Troy Figiel (2):
  gnu: python-pandas-stubs: Update to 1.5.3.230321.
  gnu: python-pandera: Fix build.

 gnu/packages/python-science.scm | 35 +++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)


base-commit: 0eadd486484fcf9a234758842f74ba28361640db

Comments

Sharlatan Hellseher Jan. 20, 2024, 10:11 p.m. UTC | #1
Pushed as e1d3be4113c854d6efdfda6a8c3e5757753425ad

Thanks,
Oleg