Hi maintainers -- first, thank you for pandas-plink and all the work that goes into maintaining it. It’s a very helpful library in our workflows.
I noticed the current NumPy dependency is pinned to ^1.0 (i.e., >=1.0,<2.0).
Would you be open to relaxing this pin to allow NumPy 2.x? This would make it much easier to integrate pandas-plink into environments that have standardized on newer stacks. Currently, I've forked this repository and relaxed the pin to work with our other software built on the new NumPy 2.x.
If there are known incompatibilities with NumPy 2.x versions, totally understood -- could you share any blockers? I’d be happy to open a PR to relax the pin, update tests, and help address any minor issues if that would be useful.
Thanks again for your time and for maintaining this project!
Hi maintainers -- first, thank you for
pandas-plinkand all the work that goes into maintaining it. It’s a very helpful library in our workflows.I noticed the current NumPy dependency is pinned to
^1.0(i.e.,>=1.0,<2.0).Would you be open to relaxing this pin to allow NumPy 2.x? This would make it much easier to integrate
pandas-plinkinto environments that have standardized on newer stacks. Currently, I've forked this repository and relaxed the pin to work with our other software built on the new NumPy 2.x.If there are known incompatibilities with NumPy 2.x versions, totally understood -- could you share any blockers? I’d be happy to open a PR to relax the pin, update tests, and help address any minor issues if that would be useful.
Thanks again for your time and for maintaining this project!