Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
J41R0 committed Jan 14, 2022
1 parent 5bb7e17 commit 01c4630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

setuptools.setup(
name='py_fcm',
version='0.3.0',
version='1.0.0',
scripts=[],
author="Jairo Lefebre",
author_email="[email protected]",
description="Fuzzy cognitive maps python library",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/J41R0/PyFCM",
packages=setuptools.find_packages(exclude="tests"),
packages=setuptools.find_packages("py_fcm", exclude=["tests"]),
install_requires=[
'pandas >= 0.24.2',
'matplotlib >= 3.1.0',
'networkx >= 2.3',
'numpy >= 1.19.1',
'numba >= 0.51.2',
],
python_requires='>=3.6',
python_requires='>=3.7',
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 01c4630

Please sign in to comment.