Skip to content

Commit

Permalink
Merge branch 'main' into configspace_update
Browse files Browse the repository at this point in the history
  • Loading branch information
perib authored Oct 24, 2024
2 parents ebd3a25 + d8ea9ec commit 2e4bc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def calculate_version():

setup(
name='TPOT2',
python_requires='<3.12', #for configspace compatibility
python_requires='>=3.10, <3.12', #for configspace compatibility
version=package_version,
author='Pedro Ribeiro',
packages=find_packages(),
Expand Down
1 change: 1 addition & 0 deletions tpot2/config/get_configspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
from sklearn.svm import SVC, SVR, LinearSVR, LinearSVC
from lightgbm import LGBMClassifier, LGBMRegressor
import sklearn
import sklearn.calibration as calibration
from sklearn.naive_bayes import GaussianNB, BernoulliNB, MultinomialNB
from sklearn.decomposition import FastICA, PCA
from sklearn.cluster import FeatureAgglomeration
Expand Down

0 comments on commit 2e4bc0f

Please sign in to comment.