Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Conversation

HannanNaeem
Copy link

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
Copy link
Contributor

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
Copy link
Author

I will check it out, thanks!

Copy link
Contributor

@NaderAlAwar NaderAlAwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are also CI failures you should look into

requirements.txt Outdated
@@ -1,3 +1,4 @@
cmake>=3.16
python>3.9,<3.12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect, should be >= 3.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants