Skip to content

Commit

Permalink
Merge pull request #938 from Epistimio/remove-wheels-pipy
Browse files Browse the repository at this point in the history
Don't build wheels in tox build step
  • Loading branch information
lebrice authored Jun 3, 2022
2 parents 9fa0b47 + f067bc1 commit 1d1bd11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"sphinx_gallery",
],
"dask": ["dask[complete]"],
"track": ["track @ git+https://github.com/Delaunay/track"],
"track": ["track @ git+https://github.com/Delaunay/track@master#egg=track"],
"profet": ["emukit", "GPy", "torch", "pybnn"],
"ax": [
"ax-platform",
"numpy",
],
"dehb": [
"ConfigSpace",
"dehb @ git+https://github.com/automl/DEHB.git@development",
"sspace @ git+https://github.com/Epistimio/sample-space.git",
"dehb @ git+https://github.com/automl/DEHB.git@development#egg=dehb",
"sspace @ git+https://github.com/Epistimio/sample-space.git@master#egg=sspace",
],
"bohb": [
"hpbandster",
"ConfigSpace",
"sspace @ git+https://github.com/Epistimio/sample-space.git",
"sspace @ git+https://github.com/Epistimio/sample-space.git@master#egg=sspace",
],
"pb2": ["GPy"],
"nevergrad": ["nevergrad>=0.4.3.post10", "fcmaes", "pymoo"],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ deps =
wheel
setuptools
commands =
python setup.py -q sdist bdist_wheel
python setup.py -q sdist

[testenv:release]
basepython = python3
Expand Down

0 comments on commit 1d1bd11

Please sign in to comment.