Skip to content

Commit

Permalink
CU-86967nnra: Add python version requirements to setup.py (allowing f…
Browse files Browse the repository at this point in the history
…rom 3.9 to 3.11)
  • Loading branch information
mart-r committed Oct 16, 2024
1 parent 1d3c5c6 commit 7c3f544
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 @@ -27,6 +27,7 @@
packages=['medcat', 'medcat.utils', 'medcat.preprocessing', 'medcat.ner', 'medcat.linking', 'medcat.datasets',
'medcat.tokenizers', 'medcat.utils.meta_cat', 'medcat.pipeline', 'medcat.utils.ner', 'medcat.utils.relation_extraction',
'medcat.utils.saving', 'medcat.utils.regression', 'medcat.stats'],
python_requires='>=3.9, <3.12', # 3.8 is EoL, 3.12 support is currently waiting on spacy
install_requires=install_requires,
include_package_data=True,
package_data={"medcat": ["install_requires.txt"]},
Expand Down

0 comments on commit 7c3f544

Please sign in to comment.