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

Explicitly state compatible python versions in pyproject.toml #153

Merged

Conversation

joshdavham
Copy link
Member

The FSRS-Optimizer package relies on pytorch which is currently incompatible with python3.13.

If you run pip install FSRS-Optimizer with python3.13, you'll get a dependency conflict error and won't be able to install the package.

Given this, I modified the pyproject.toml to explicitly state which versions of python are currently compatible with this package.

Let me know if there are any questions/etc 👍

Copy link
Member

@L-M-Sherlock L-M-Sherlock left a comment

Choose a reason for hiding this comment

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

LGTM

@L-M-Sherlock L-M-Sherlock added this pull request to the merge queue Dec 19, 2024
Merged via the queue into open-spaced-repetition:main with commit 9b9b700 Dec 19, 2024
2 checks passed
@joshdavham joshdavham deleted the explicit-python-version branch December 24, 2024 17:21
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.

2 participants