Skip to content

Commit

Permalink
Qualify setuptools requirement to Python >=3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jul 28, 2024
1 parent 76d5429 commit 590498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ numpy>=1.17.0,<2; python_version<"3.12"
python-dateutil
PyQt6
regex
setuptools
setuptools; python_version<"3.12"
six
urllib3>1,<2
typing_extensions>=4.4.0

0 comments on commit 590498d

Please sign in to comment.