Closed laughingman7743 closed 9 months ago
Markers don't work; there is no decent package manager in Python. 😢 https://github.com/pdm-project/pdm/issues/46
"numpy>=1.24.0,<1.26.0;python_version<\"3.9\"",
"numpy>=1.26.0;python_version>=\"3.9\"",
If having lock file isn't a strict requirement for you, you could give Hatch a try (maybe with https://github.com/juftin/hatch-pip-compile)
seems weird to have an error on such a low round for PDM? Did that release of numpy get yanked or something? I see....
I will try the combination of rye and hatch this weekend. https://github.com/mitsuhiko/rye https://github.com/pypa/hatch
https://stackoverflow.com/questions/77364550/attributeerror-module-pkgutil-has-no-attribute-impimporter-did-you-mean 🤔