Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellShibilski-Unkel authored Jul 25, 2024
1 parent a4f2964 commit ff1ccd3
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
Expand Up @@ -7,7 +7,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = 'v4.0'
VERSION = 'v5.0'
DESCRIPTION = 'PyAI'
LONG_DESCRIPTION = '-'

Expand All @@ -21,13 +21,13 @@
long_description_content_type="text/markdown",
long_description=long_description,
packages=find_packages(),
install_requires=['torch', 'numpy', 'whisper', 'spacy', 'sklearn'],
keywords=['python', 'ai', 'machine_learning', 'nlp'],
install_requires=['torch', 'numpy', 'whisper', 'spacy', 'sklearn', 'transformers'],
keywords=['python', 'ai', 'machine_learning', 'nlp', 'transformers'],
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Operating System :: Unix",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
]
)
)

0 comments on commit ff1ccd3

Please sign in to comment.