Skip to content

Commit

Permalink
Added setuptools dependency for python version >= 3.12 (#345)
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Sinha <sinha108@gmail.com>
  • Loading branch information
sinha108 authored Jun 8, 2024
1 parent 1f30752 commit 6c423e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'kaitaistruct==0.9',
'psutil==5.9.5',
'tqdm==4.66.0',
"setuptools; python_version >= '3.12'",
# 'nltk==3.6.7',
# 'pyenchant==3.2.2',
# 'lxml==4.9.1',
Expand Down

0 comments on commit 6c423e5

Please sign in to comment.