Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added python 3.10 to versions #1260

Merged
merged 3 commits into from
Dec 2, 2021
Merged

added python 3.10 to versions #1260

merged 3 commits into from
Dec 2, 2021

Conversation

eddiebergman
Copy link
Contributor

@eddiebergman eddiebergman commented Oct 5, 2021

Add Python 3.10 to the test matrix.

Need to use quotes around version such as '3.10' as 3.10 gets converted to 3.1

@codecov
Copy link

codecov bot commented Oct 5, 2021

Codecov Report

Merging #1260 (416d505) into development (1fa4482) will increase coverage by 0.63%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1260      +/-   ##
===============================================
+ Coverage        88.09%   88.72%   +0.63%     
===============================================
  Files              140      140              
  Lines            11144    12313    +1169     
===============================================
+ Hits              9817    10925    +1108     
- Misses            1327     1388      +61     
Impacted Files Coverage Δ
autosklearn/smbo.py 87.26% <0.00%> (-0.74%) ⬇️
autosklearn/evaluation/test_evaluator.py 94.00% <0.00%> (+0.25%) ⬆️
...learn/pipeline/components/regression/libsvm_svr.py 90.69% <0.00%> (+0.45%) ⬆️
autosklearn/estimators.py 93.92% <0.00%> (+0.49%) ⬆️
...eline/components/feature_preprocessing/__init__.py 90.00% <0.00%> (+0.81%) ⬆️
autosklearn/evaluation/train_evaluator.py 93.49% <0.00%> (+1.10%) ⬆️
autosklearn/evaluation/abstract_evaluator.py 94.02% <0.00%> (+1.11%) ⬆️
...omponents/data_preprocessing/rescaling/__init__.py 95.00% <0.00%> (+1.66%) ⬆️
autosklearn/automl.py 88.80% <0.00%> (+1.72%) ⬆️
...ata_preprocessing/minority_coalescense/__init__.py 90.80% <0.00%> (+1.91%) ⬆️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1fa4482...416d505. Read the comment docs.

@eddiebergman
Copy link
Contributor Author

eddiebergman commented Oct 5, 2021

Tests for 3.10 fail, I assume we will have to wait a bit until the libraries we rely on support 3.10, this probably means updating ConfigSpace and SMAC to specify they can run on Python 3.10

I use pyenv for managing python versions on my machine and it still doesn't have the release version of 3.10 so I can't manually test ConfigSpace and SMAC yet.

# Conda
PackagesNotFoundError: The following packages are not available from current channels:

  - python=3.10
  
# Without conda
ERROR: Could not find a version that satisfies the requirement scipy>=1.7.0 (from auto-sklearn[test]) (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 1.0.0b1, 1.0.0rc1, 1.0.0rc2, 1.0.0, 1.0.1, 1.1.0rc1, 1.1.0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.5.0rc1, 1.5.0rc2, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0rc1, 1.6.0rc2, 1.6.0, 1.6.1)
ERROR: No matching distribution found for scipy>=1.7.0

@eddiebergman
Copy link
Contributor Author

TODO: Create a release for Pyrfr and ConfigSpace to have a wheel for Python 3.10

@eddiebergman eddiebergman merged commit a88eeae into development Dec 2, 2021
@eddiebergman eddiebergman deleted the test_python_3_10 branch December 2, 2021 11:26
@eddiebergman eddiebergman mentioned this pull request Jan 24, 2022
eddiebergman added a commit that referenced this pull request Jan 25, 2022
* added python 3.10 to versions

* Added quotes around versions

* Trigger tests
@eddiebergman eddiebergman mentioned this pull request Jan 25, 2022
eddiebergman added a commit that referenced this pull request Aug 18, 2022
* added python 3.10 to versions

* Added quotes around versions

* Trigger tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants