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

Stricter Python versions #32

Open
suncerock opened this issue Oct 22, 2024 · 0 comments
Open

Stricter Python versions #32

suncerock opened this issue Oct 22, 2024 · 0 comments

Comments

@suncerock
Copy link

suncerock commented Oct 22, 2024

The current restriction in environment.yml for python is - python>=3.8.0, <4.0.0. However, the default numba version 0.59.1 does not support python 3.13 and gives the following error:
RuntimeError: Cannot install on Python version 3.13.0; only versions >=3.9,<3.13 are supported.

Changing the python dependency to
- python>=3.8.0, <3.13.0
and removing the version restriction for synctoolbox
- synctoolbox
solves the problem for me.

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

No branches or pull requests

1 participant