Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 authored Jun 9, 2023
1 parent 9cf3ed2 commit 90d67c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony_pypi_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'Operating System :: OS Independent',
],
python_requires='>=3.6',
install_requires=['pydantic==1.10.7','pandas==2.0.0','tika==2.6.0','lxml==4.9.2','langdetect==1.0.9','XlsxWriter==3.0.9','openpyxl==3.1.2','spacy==3.4.1'],
install_requires=['pydantic==1.10.7','pandas==2.0.0','tika==2.6.0','lxml==4.9.2','langdetect==1.0.9','XlsxWriter==3.0.9','openpyxl==3.1.2','spacy==3.5.3'],
extras_require={
'dev': ['check-manifest'],
# 'test': ['coverage'],
Expand Down

0 comments on commit 90d67c5

Please sign in to comment.