Skip to content

Commit

Permalink
add setuptools dependency for python >= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akamat10 authored and jacobtylerwalls committed Sep 12, 2024
1 parent 44907c2 commit c7b8a2f
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; python_version<"3.12"
setuptools; python_version>="3.12"
six
urllib3>1,<2
typing_extensions>=4.4.0

0 comments on commit c7b8a2f

Please sign in to comment.