Skip to content

Commit

Permalink
Merge pull request #365 from sukkritsharmaofficial/master
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
Palashio authored Sep 23, 2020
2 parents e4c8138 + e545f63 commit 17ac0bd
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,19 @@
with open("README.md", "r") as fh:
long_description = fh.read()

with open('requirements.txt') as f:
requirements = f.read().splitlines()

setuptools.setup(
name="libra", # Replace with your own username
version="1.1.2",
version="1.2.1",
author="Palash Shah",
author_email="ps9cmk@virginia.edu",
description="Ergonomic machine learning",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Palashio/libra",
install_requires=['colorama',
'transformers==2.11.0',
'tensorflow==2.2.0',
'keras==2.4.3',
'numpy',
'pandas',
'sklearn',
'matplotlib',
'tabulate',
'textblob',
'seaborn',
'keras-tuner',
'spacy',
'jellyfish',
'autocorrect',
'pillow',
'prince',
'opencv-python',
'nltk',
'xgboost',
'download'],
install_requires=requirements,
packages=find_packages(exclude=('tests',)),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 17ac0bd

Please sign in to comment.