Skip to content

Fix requirements constraints for Python 3.13#38

Open
behnamnba1985-png wants to merge 1 commit into
ptrumpis:masterfrom
behnamnba1985-png:master
Open

Fix requirements constraints for Python 3.13#38
behnamnba1985-png wants to merge 1 commit into
ptrumpis:masterfrom
behnamnba1985-png:master

Conversation

@behnamnba1985-png
Copy link
Copy Markdown

This PR updates the strict version constraints for numpy and pyqt5 to allow flexible, compatible versions.

Why? Strict pinning like numpy==2.2.2 or older versions causes installation failures on Python 3.13 (as reported in #37) due to missing pre-built wheels for specific environment combinations. Changing them to >= ensures pip can resolve and fetch the correct compatible versions for Python 3.13 on Windows.

Closes #37

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.

Can't Install requirements.txt

1 participant