Skip to content

Commit

Permalink
Merge pull request #1065 from bouthilx/hotfix/conda_numpy
Browse files Browse the repository at this point in the history
Move numpy version cap to HEBO optional deps
  • Loading branch information
bouthilx authored Jan 12, 2023
2 parents c2980e2 + 2a1d827 commit 92f7f5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"pb2": ["GPy", "matplotlib"],
"nevergrad": ["nevergrad>=0.4.3.post10", "fcmaes", "pymoo"],
"hebo": [
"numpy",
# Issue #1061 Pending update of hebo
"numpy>=1.17,<1.24",
"pymoo==0.5.0",
"hebo @ git+https://github.com/huawei-noah/[email protected]#egg=hebo&subdirectory=HEBO",
],
Expand Down Expand Up @@ -149,8 +150,7 @@
"cloudpickle",
"PyYAML",
"pymongo>=3",
# Issue #1061 Pending update of hebo
"numpy>=1.17,<1.24",
"numpy",
"scipy",
"gitpython",
"filelock",
Expand Down

0 comments on commit 92f7f5d

Please sign in to comment.