Closed lucask07 closed 1 year ago
Hello @lucask07,
Thank you for bringing this issue to our attention. It is important to maintain compatibility and accuracy in our package requirements. I would like to inform you that we have made the necessary adjustments to our package requirements to address the compatibility issue you highlighted.
Previously, our requirements included numpy >= 1.26.0
and scipy ~= 1.9.1
. However, we noticed that scipy ~= 1.9.1
necessitates numpy < 1.25.0, >= 1.18.5
, which is incompatible with the requirement for numpy >= 1.26.0
. To resolve this conflict, we have revised our requirements to the following:
numpy ~= 1.26.0
scipy ~= 1.11.0 (numpy < 1.28.0, >= 1.21.6)
These adjustments should ensure compatibility while allowing for the necessary dependencies. Thank you for your attention to detail, and please let us know if you have any further concerns or suggestions.
Best regards, Haowen 'John' Wei & PhysioLabXR Team
See #119
Question to investigate: Must physiolabxr specify a scipy version?
On a MAC my pip install proceeds as:
but then...
Which I believe is from the installation of scipy. At the end of the installation there's a note: