kokkos / pykokkos-base

Python bindings for data interoperability with Kokkos (View, DynRankView)
Other
26 stars 9 forks source link

requirements.txt: Updated python version >=3.9, <3.12 #59

Closed HannanNaeem closed 6 months ago

HannanNaeem commented 10 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.

jrmadsen commented 10 months ago

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

HannanNaeem commented 10 months ago

I will check it out, thanks!