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

chore: pin setuptools_scm in the metrics extra #5891

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

anakin87
Copy link
Member

Related Issues

Proposed Changes:

Pin setuptools_scm<8.0 in the metrics extra to avoid errors in Windows tests while installing seqeval

How did you test it?

It is an attempt and I could not test it

Checklist

@anakin87 anakin87 requested a review from a team as a code owner September 26, 2023 14:47
@anakin87 anakin87 requested review from ZanSara and removed request for a team September 26, 2023 14:47
@anakin87 anakin87 added the ignore-for-release-notes PRs with this flag won't be included in the release notes. label Sep 26, 2023
Copy link
Contributor

@ZanSara ZanSara left a comment

Choose a reason for hiding this comment

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

✔️

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 6314420841

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall first build on pin-setuptools-scm at 49.818%

Totals Coverage Status
Change from base Build 6313752457: 49.8%
Covered Lines: 12291
Relevant Lines: 24672

💛 - Coveralls

@anakin87 anakin87 merged commit 6187705 into main Sep 26, 2023
56 of 57 checks passed
@anakin87 anakin87 deleted the pin-setuptools-scm branch September 26, 2023 15:13
@@ -197,6 +197,9 @@ onnx-gpu = [
metrics = [ # for metrics
"scipy>=1.3.2",
"rapidfuzz>=2.0.15,<2.8.0", # FIXME https://github.com/deepset-ai/haystack/pull/3199
# Pin setuptools_scm to prevent errors in Windows tests while installing seqeval
# https://github.com/deepset-ai/haystack/issues/5889
"setuptools_scm<8.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

If you know this is only for Windows you can add ; platform_system == 'Windows'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release-notes PRs with this flag won't be included in the release notes. topic:build/distribution topic:dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows tests failing during seqeval installation
4 participants