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

Remove optional telemetry group #181

Merged
merged 5 commits into from
Mar 27, 2024
Merged

Conversation

AVHopp
Copy link
Collaborator

@AVHopp AVHopp commented Mar 25, 2024

This PR removes the optional telemetry group from pyproject.toml. The corresponding packages are now directly included without having them as a separate group.

This was necessary since there were problems with installing baybe via poetry since the dependencies contained this explicit dependency. To enable installation with poetry, this was thus changed.

@AVHopp AVHopp added bug Something isn't working repo Requires changes to the project configuration labels Mar 25, 2024
@AVHopp AVHopp self-assigned this Mar 25, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@AdrianSosic AdrianSosic left a comment

Choose a reason for hiding this comment

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

Hi @AVHopp, great, thanks for the PR 🏆 Only one thing to change, see below

pyproject.toml Outdated Show resolved Hide resolved
@AdrianSosic
Copy link
Collaborator

Fixes #179

pyproject.toml Outdated Show resolved Hide resolved
@AVHopp AVHopp force-pushed the repo/remove_telemetry_group branch from b161364 to ae6ed27 Compare March 27, 2024 07:43
@AdrianSosic AdrianSosic merged commit 21bb25f into main Mar 27, 2024
10 checks passed
@AdrianSosic AdrianSosic deleted the repo/remove_telemetry_group branch March 27, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working repo Requires changes to the project configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation with Poetry fails with "Package 'baybe[telemetry]' is listed as a dependency of itself."
4 participants