Skip to content

Commit

Permalink
Limit numpy requirement as ConfigSpace does not support numpy 2.0 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Jun 26, 2024
1 parent 3b3a53a commit be78cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ urls = { Documentation = "https://automl.github.io/DEHB/", Github = "https://git
name = "DEHB"
version = "0.1.1"
dependencies = [
"numpy>=1.18.2",
"numpy>=1.18.2,<2.0",
"loguru>=0.5.3",
"dask>=2.27.0",
"distributed>=2.27.0",
Expand Down

0 comments on commit be78cbe

Please sign in to comment.