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
I've been trying to install econML using poetry on a Mac M1 but keeps getting error due to incompatible numpy requirements with shap 0.41. The shap issue has been solved in shap 0.42, so I believe releasing your current branch using shap 0.42 would fix that issue. Any chance you could release / pre-release in the coming days?
In a nutshell:
Reproducing Code Example poetry add econml
Error message
Installing shap (0.41.0): Failed
IncompatibleConstraintsError
Incompatible constraints in requirements of oldest-supported-numpy (2022.11.19):
numpy (==1.22.2) ; platform_machine == "loongarch64" and python_version < "3.11"
numpy (==1.23.3) ; python_version == "3.9" and platform_system == "OS400"
numpy ; python_version >= "3.9" and platform_python_implementation == "PyPy"
Ok so quick update, poetry add econml with 0.14.1 works fine after downgrading poetry from 1.6.1 to 1.5.1.
Closing the issue, as I am not sure whether there is anything you can address on your side in the short run.
Hi guys,
I've been trying to install econML using poetry on a Mac M1 but keeps getting error due to incompatible numpy requirements with shap 0.41. The shap issue has been solved in shap 0.42, so I believe releasing your current branch using shap 0.42 would fix that issue. Any chance you could release / pre-release in the coming days?
In a nutshell:
Reproducing Code Example
poetry add econml
Error message
System Info
Additional remarks:
poetry add shap==0.41
fails butpoetry add shap==0.42
works fine, issue has been addressed in v0.42.Thanks very much!
The text was updated successfully, but these errors were encountered: