Skip to content

Commit

Permalink
Merge pull request #587 from alex-rakowski/python-requirements
Browse files Browse the repository at this point in the history
changing python requirement to <3.13
  • Loading branch information
sezelt authored Dec 19, 2023
2 parents a438533 + b92f612 commit c17fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author_email="[email protected]",
license="GNU GPLv3",
keywords="STEM 4DSTEM",
python_requires=">=3.9,<=3.12",
python_requires=">=3.9,<3.13",
install_requires=[
"numpy >= 1.19",
"scipy >= 1.5.2",
Expand Down

0 comments on commit c17fa08

Please sign in to comment.