Skip to content

Commit

Permalink
Merge pull request #18 from fugue-project/0.0.6.1
Browse files Browse the repository at this point in the history
update dependency
  • Loading branch information
goodwanghan authored Jan 15, 2021
2 parents 09a2a0c + 5d2a100 commit 69244f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fugue_incubator_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.6"
__version__ = "0.0.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_version() -> str:
author_email="[email protected]",
keywords="fugue incubator experiment",
url="http://github.com/fugue-project/fugue-incubator",
install_requires=["fugue==0.5.0.dev1", "scikit-learn", "matplotlib"],
install_requires=["fugue>=0.5.0", "scikit-learn", "matplotlib"],
extras_require={"hyperopt": ["hyperopt"], "all": ["hyperopt"]},
classifiers=[
# "3 - Alpha", "4 - Beta" or "5 - Production/Stable"
Expand Down

0 comments on commit 69244f7

Please sign in to comment.