Skip to content

Commit d813838

Browse files
committed
Revert "Merged"
This reverts commit 801d883, reversing changes made to 48eb993.
1 parent 146bdd4 commit d813838

File tree

24 files changed

+6
-4073
lines changed

24 files changed

+6
-4073
lines changed

.github/workflows/black_checker.yml

-47
This file was deleted.

.github/workflows/isort_checker.yml

-45
This file was deleted.

autosklearn/__init__.py

+1-1
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

-1
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)