Skip to content

Transition to pure pyproject.toml for project metadata #351

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

Merged
merged 6 commits into from
Nov 23, 2022
Merged

Conversation

gsheni
Copy link
Contributor

@gsheni gsheni commented Nov 22, 2022

No description provided.

@gsheni gsheni self-assigned this Nov 22, 2022
@codecov
Copy link

codecov bot commented Nov 22, 2022

Codecov Report

Merging #351 (8fb6b49) into main (a844f05) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #351   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        28    -1     
  Lines         1341      1335    -6     
=========================================
- Hits          1341      1335    -6     
Impacted Files Coverage Δ
composeml/data_slice/extension.py 100.00% <0.00%> (ø)
composeml/__init__.py

@gsheni gsheni changed the title Transition to pure pyproject.toml Transition to pure pyproject.toml for project metadata Nov 22, 2022
@gsheni gsheni marked this pull request as ready for review November 22, 2022 22:40
@@ -4,6 +4,7 @@ Release Notes
Future Release
==============
* Enhancements
* Transition to pure pyproject.toml for project metadata (:pr:`351`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enhancement or change?

@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python_version: ["3.8", "3.9", "3.10"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are going to support 3.11, shouldn't we also run all our unit tests with 3.11, not just the install test?

pyproject.toml Outdated
"scikit-learn >= 0.20.0, !=0.22",
]
complete = [
"featuretools[updater]",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

featuretools -> compose

docs = [
"evalml >= 0.45.0"
]
dev = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously the dev requirements also included the test requirements. Should we also add compose[test] in this section?

@gsheni gsheni merged commit 62b39bd into main Nov 23, 2022
@gsheni gsheni deleted the pyprojecttoml branch November 23, 2022 17:59
@gsheni gsheni mentioned this pull request Jan 6, 2023
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.

3 participants