Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit da11b18

Browse files
committed
CU-86967nnra: Remove upper bound from python requirements.
Upper bound could be lifted as soon as `spacy` releases a compatible versions. And it _shouldn't_ require any changes from our side. And it isn't possible to install it on higher versions (currently) due to no `spacy` being available for those versions
1 parent 7c3f544 commit da11b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
packages=['medcat', 'medcat.utils', 'medcat.preprocessing', 'medcat.ner', 'medcat.linking', 'medcat.datasets',
2828
'medcat.tokenizers', 'medcat.utils.meta_cat', 'medcat.pipeline', 'medcat.utils.ner', 'medcat.utils.relation_extraction',
2929
'medcat.utils.saving', 'medcat.utils.regression', 'medcat.stats'],
30-
python_requires='>=3.9, <3.12', # 3.8 is EoL, 3.12 support is currently waiting on spacy
30+
python_requires='>=3.9', # 3.8 is EoL
3131
install_requires=install_requires,
3232
include_package_data=True,
3333
package_data={"medcat": ["install_requires.txt"]},

0 commit comments

Comments
 (0)