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

Unpin dependencies from [project.optional-dependencies] #4431

Merged
merged 20 commits into from
Jun 4, 2024

Conversation

MichaelFu512
Copy link
Contributor

Pull Request Description

Closes #4430


After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request by adding :pr:123.

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.7%. Comparing base (0541f95) to head (036b24f).

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #4431     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        352     352             
  Lines      40035   40041      +6     
=======================================
+ Hits       39914   39920      +6     
  Misses       121     121             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

"pre-commit >= 2.20.0",
"evalml[docs,test]",
]
updater = [
"alteryx-open-src-update-checker >= 2.1.0"
]
docs = [
"docutils >=0.15.2, < 0.17",
"docutils >= 0.15.2, < 0.17",
"pydata-sphinx-theme >= 0.3.1",
"astroid <= 2.6.6",
"Sphinx >= 5.0.0",
"nbconvert >= 6.5.0",
"nbsphinx >= 0.8.5, < 0.9.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

A combination of nbsphinx, astroid, and docutils cause the readthedocs pipeline to fail. I'll need to open a separate ticket to uncap those.

@@ -1530,7 +1530,7 @@ def test_results_getter(AutoMLTestEnv, X_y_binary):

assert automl.results["pipeline_results"][0]["mean_cv_score"] == 1.0

with pytest.raises(AttributeError, match="set attribute"):
with pytest.raises(AttributeError):
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you know why the changes lines in this file and in test_pipeline_search_plots.py are showing as uncovered by tests? That seems a bit strange to me.

Copy link
Contributor

@thehomebrewnerd thehomebrewnerd left a comment

Choose a reason for hiding this comment

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

Seems fine overall, but I'm a bit concerned/confused about the changed lines that show up as uncovered by codecov.

@MichaelFu512 MichaelFu512 merged commit 46ccfd1 into main Jun 4, 2024
44 checks passed
@MichaelFu512 MichaelFu512 deleted the unpin_optional_dependencies branch June 4, 2024 21:19
This was referenced Jun 4, 2024
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.

Unpin dependencies from [project.optional-dependencies]
4 participants