Skip to content

Commit

Permalink
Replace git dependency to bayes-skopt by pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Feb 1, 2020
1 parent 1e4118e commit ca98a06
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@
with open("HISTORY.rst") as history_file:
history = history_file.read()

requirements = ["Click>=7.0", "numpy>=1.18", "scipy>=1.3.2", "pytz", "joblib", "scikit-optimize",
"emcee>=3.0.2", "psycopg2",
"bayes-skopt @ https://api.github.com/repos/kiudee/bayes-skopt/tarball/master"]
requirements = [
"Click>=7.0",
"numpy>=1.18",
"scipy>=1.3.2",
"pytz",
"joblib",
"scikit-optimize",
"emcee>=3.0.2",
"psycopg2",
"bask>=0.1.0",
]

setup_requirements = ["pytest-runner"]

Expand Down

0 comments on commit ca98a06

Please sign in to comment.