Skip to content

Commit fa4d040

Browse files
committed
Revert "Merged"
This reverts commit 801d883, reversing changes made to 48eb993.
1 parent 3c52ac3 commit fa4d040

File tree

19 files changed

+5
-3972
lines changed

19 files changed

+5
-3972
lines changed

autosklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"/auto-sklearn/stable/installation.html#windows-osx-compability" % sys.platform
2020
)
2121

22-
if sys.version_info < (3, 7):
22+
if sys.version_info < (3, 6):
2323
raise ValueError(
2424
"Unsupported python version %s found. Auto-sklearn requires Python "
2525
"3.6 or higher." % sys.version_info

autosklearn/automl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
)
1414

1515
import copy
16-
import distro
1716
import io
1817
import itertools
1918
import json

0 commit comments

Comments
 (0)