Skip to content

Commit

Permalink
removing bad dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
armenbeck authored Mar 22, 2024
1 parent f7decc5 commit 18e29d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ def find_package_data(packages):
long_description_content_type="text/markdown",
version="0.2.2b1",
author="Armen Beck",
author_email="[email protected]",
author_email="[email protected]",
description="Optimize hyperparameters using the Paddy field algorithm",
keywords="paddyfield optimization hyperparameter model selection",
url="http://github.com/chopralab/paddy",
packages=packages,
zip_safe=False,
install_requires=['sklearn', 'future', 'numpy', 'matplotlib'],
install_requires=['scipy', 'future', 'numpy', 'matplotlib'],
tests_require=['pandas'],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 18e29d2

Please sign in to comment.