Closed HannanNaeem closed 6 months ago
Explicitly adding supported python versions in requirements.txt, as the setup or pykokkos is currently incompatible outside this range.
Previously the environment defaulted to the latest python package (at this time 3.12.x), which is not supported.
If there’s a problem with Python 3.12, that probably just means the pybind11 submodule needs to be updated, bc it looks like it hasn’t been updated in 2 years
I will check it out, thanks!
Explicitly adding supported python versions in requirements.txt, as the setup or pykokkos is currently incompatible outside this range.
Previously the environment defaulted to the latest python package (at this time 3.12.x), which is not supported.