Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil authored and ansukla committed Jul 26, 2024
1 parent b3608fe commit 5c687ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name='nlm-ingestor',
version='0.1.5',
version='0.1.7',
description='Parsers and ingestors for different file types and formats',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -24,8 +24,8 @@
"python-magic",
"numpy",
"tqdm",
"symspellpy==6.7.0",
"pandas==1.2.4",
"symspellpy>=6.7.0",
"pandas>=1.2.4",
"mistune==2.0.3",
"lxml==4.9.1",
"unidecode",
Expand All @@ -41,4 +41,4 @@
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3 :: Only'
],
)
)

0 comments on commit 5c687ec

Please sign in to comment.