Skip to content

Commit

Permalink
CU-8692wbcq5: Remove docs-build specific dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Oct 10, 2023
1 parent a7e698d commit 6fe71a5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
'blis>=0.7.5', # allow later versions, tested with 0.7.9
'click>=8.0.4', # allow later versions, tested with 8.1.3
'pydantic>=1.10.0,<2.0', # for spacy compatibility; avoid 2.0 due to breaking changes
# the following are not direct dependencies of MedCAT but needed for docs/building
# hopefully will no longer need the transitive dependencies
'aiohttp==3.8.5', # 3.8.3 is needed for compatibility with fsspec <- datasets <- medcat
'blis<0.8.0,>=0.7.8', # as required by thinc <- spacy <- medcat
# 'smart-open==5.2.1', # 5.2.1 is needed for compatibility with pathy
# 'joblib~=1.2',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6fe71a5

Please sign in to comment.