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
Hey covalent developers,
I've been trying to use covalent within one of my projects but found myself encountering the following dependency issue:
Covalent depends on numpy 1.23.5 which for poetry uses Backend 'setuptools.build_meta:__legacy__' which is no longer available in Python 3.12. Bumping the dependencies to newer versions should resolve this issue.
Environment
What is happening?
Hey covalent developers,
I've been trying to use covalent within one of my projects but found myself encountering the following dependency issue:
Covalent depends on
numpy 1.23.5
which for poetry usesBackend 'setuptools.build_meta:__legacy__'
which is no longer available in Python 3.12. Bumping the dependencies to newer versions should resolve this issue.How can we reproduce the issue?
What should happen?
A solution to this would be, to not put a fixed version constrained on a 2 year old numpy release.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: