From 4ac81e1ec40acac95818dba2cd1479d4b7a3b14c Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Thu, 2 Jun 2022 15:34:16 -0400 Subject: [PATCH 1/2] Add "#egg=" to plugin github URLs Signed-off-by: Fabrice Normandin --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index f96f7e165..d74489be5 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "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", @@ -49,13 +49,13 @@ ], "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"], From f067bc165405e0cd6baf061cd7b9b83e9f0f4253 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Thu, 2 Jun 2022 15:35:05 -0400 Subject: [PATCH 2/2] Don't build wheels in tox build job Signed-off-by: Fabrice Normandin --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b8788288e..31d6c9007 100644 --- a/tox.ini +++ b/tox.ini @@ -247,7 +247,7 @@ deps = wheel setuptools commands = - python setup.py -q sdist bdist_wheel + python setup.py -q sdist [testenv:release] basepython = python3