To recreate, create a fresh install, using latest libraries:
python3 -m venv venv
. ./venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements
jupyter lab
open tutorials/01-quickstart.ipynb in jupyter lab
Run all cells. Cell 3 fails with:
AttributeError: ptp was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
To recreate, create a fresh install, using latest libraries:
open tutorials/01-quickstart.ipynb in jupyter lab
Run all cells. Cell 3 fails with:
AttributeError:ptpwas removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.