Skip to content

Commit

Permalink
model: autosklearn: Temporary fix for scipy incompatability
Browse files Browse the repository at this point in the history
Related: #1137
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Jun 28, 2021
1 parent 383d5b1 commit f0d826f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/autosklearn/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
zip_safe = False
include_package_data = True
packages = find:
# scipy added as temporary fix for https://github.com/intel/dffml/issues/1137
install_requires =
auto-sklearn>=0.12.1
scipy>=0.14.1,<1.7.0
dffml>=0.4.0

0 comments on commit f0d826f

Please sign in to comment.