Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Sep 14, 2023
1 parent 2408ad6 commit 839712d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
install_requires=['scatterd>=1.3.5', 'pypickle','matplotlib','numpy','pandas','tqdm','seaborn','scikit-learn', 'colourmap>=1.1.14'],
install_requires=['scatterd>=1.3.5',
'pypickle',
'matplotlib',
'numpy',
'pandas',
'tqdm',
'seaborn',
'scikit-learn',
'colourmap>=1.1.14'],
python_requires='>=3',
name='clusteval',
version=new_version,
Expand Down

0 comments on commit 839712d

Please sign in to comment.