Greetings pyDARN folks, Shawn from PyHC here!
The PyHC Environment workflow is currently blocked by a dependency conflict between the latest irispy-lmsal release and the current pyDARN PyPI release.
The resolver failure is:
Because irispy-lmsal==0.7.0 depends on scipy>=1.17.0 and pydarn==4.2 depends on scipy<1.15.0, those two released packages are incompatible.
It looks like this has already been fixed in pyDARN source via #436, which changes the SciPy requirement to scipy>=1.17.0. Would you be willing to publish a new pyDARN release to PyPI that includes that fix?
For now, PyHC is temporarily excluding irispy-lmsal==0.7.0 in the environment constraints so the Docker environment can keep deploying. But we'd like to re-include the latest irispy-lmsal asap once a compatible pyDARN release is available on PyPI.
Thank you!
Greetings pyDARN folks, Shawn from PyHC here!
The PyHC Environment workflow is currently blocked by a dependency conflict between the latest irispy-lmsal release and the current pyDARN PyPI release.
The resolver failure is:
Because
irispy-lmsal==0.7.0depends onscipy>=1.17.0andpydarn==4.2depends onscipy<1.15.0, those two released packages are incompatible.It looks like this has already been fixed in pyDARN source via #436, which changes the SciPy requirement to
scipy>=1.17.0. Would you be willing to publish a new pyDARN release to PyPI that includes that fix?For now, PyHC is temporarily excluding
irispy-lmsal==0.7.0in the environment constraints so the Docker environment can keep deploying. But we'd like to re-include the latest irispy-lmsal asap once a compatible pyDARN release is available on PyPI.Thank you!