elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
21 stars 99 forks source link

Python 3.12 not supported #711

Open davidkyle opened 3 months ago

davidkyle commented 3 months ago

Requires an upgrade of PyTorch to at least version 2.2.0

pquentin commented 1 week ago

The current blocked is Pandas 1.5, which does not ship with Python 3.12 wheels.

sa- commented 2 days ago

The latest pandas supports 3.12: https://github.com/pandas-dev/pandas/blob/73da90c14b124aab05b20422b066794738024a4d/pyproject.toml#L47

Can we upgrade pandas in eland?