Skip to content

Commit

Permalink
Revert "Merged"
Browse files Browse the repository at this point in the history
This reverts commit 801d883, reversing
changes made to 48eb993.
  • Loading branch information
eddiebergman committed Aug 18, 2022
1 parent 146bdd4 commit d813838
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 4,073 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/black_checker.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/isort_checker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion autosklearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"/auto-sklearn/stable/installation.html#windows-osx-compability" % sys.platform
)

if sys.version_info < (3, 7):
if sys.version_info < (3, 6):
raise ValueError(
"Unsupported python version %s found. Auto-sklearn requires Python "
"3.6 or higher." % sys.version_info
Expand Down
1 change: 0 additions & 1 deletion autosklearn/automl.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
)

import copy
import distro
import io
import itertools
import json
Expand Down

0 comments on commit d813838

Please sign in to comment.