You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyRFU joined PyHC earlier this year, and at that time I asked you to bump your numpy version up from <1.24 because it was too low to be included in the PyHC environment. Now, ironically, we're having the opposite problem. We had to open an issue in the PyHC env repo because your requirement of numpy>=2.0.0 is too high and conflicts with packages that don't yet support numpy 2. I'm attaching the matrix of dependencies here if you're curious: PyHC-Dependency-Table-2024-12-05-23-49.xlsx
Other packages have found ways to support both major versions of numpy. Is PyRFU willing to do that to be included in the PyHC environment? numpy>=1.26.4 or lower? Please let me know.
The text was updated successfully, but these errors were encountered:
Greetings,
PyRFU joined PyHC earlier this year, and at that time I asked you to bump your numpy version up from
<1.24
because it was too low to be included in the PyHC environment. Now, ironically, we're having the opposite problem. We had to open an issue in the PyHC env repo because your requirement ofnumpy>=2.0.0
is too high and conflicts with packages that don't yet support numpy 2. I'm attaching the matrix of dependencies here if you're curious:PyHC-Dependency-Table-2024-12-05-23-49.xlsx
Other packages have found ways to support both major versions of numpy. Is PyRFU willing to do that to be included in the PyHC environment?
numpy>=1.26.4
or lower? Please let me know.The text was updated successfully, but these errors were encountered: