Dear jackpy authors,
Thank you for the excellent package, I have found it quite helpful in my research!
In your latest pyproject.toml you specify the following dependencies
python = ">=3.9,<3.12"
numpy = "^1.26"
sympy = "^1.12"
gmpy2 = "^2.1"
I would like to use python >= 3.12 and numpy >= 2.0. If I force install your jackpy package with these updated versions everything still seems to work fine, but I wonder if you are aware of any breaking changes that perhaps I have not run into yet? Also related, are there any plans to release an updated version of your jackpolynomials package on PyPI with loosened requirements?
All the best,
Aleksei
Dear
jackpyauthors,Thank you for the excellent package, I have found it quite helpful in my research!
In your latest
pyproject.tomlyou specify the following dependenciesI would like to use
python >= 3.12andnumpy >= 2.0. If I force install yourjackpypackage with these updated versions everything still seems to work fine, but I wonder if you are aware of any breaking changes that perhaps I have not run into yet? Also related, are there any plans to release an updated version of yourjackpolynomialspackage on PyPI with loosened requirements?All the best,
Aleksei