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

Depend on itertools >= 0.10 #93

Closed
wants to merge 1 commit into from

Conversation

sjackman
Copy link

Depend on itertools >= 0.10

@sjackman
Copy link
Author

sjackman commented Jul 7, 2023

@jturner314 Thank you for your work on this useful crate! Could you please give this PR a review when you get a chance?

@@ -21,7 +21,7 @@ noisy_float = "0.2.0"
num-integer = "0.1"
num-traits = "0.2"
rand = "0.8.3"
itertools = { version = "0.10.0", default-features = false }
itertools = { version = ">=0.10", default-features = false }
Copy link
Member

@bluss bluss Aug 20, 2024

Choose a reason for hiding this comment

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

The right change here is to move it to 1.x 0.13, not have an open ended interval (then users will get broken builds when itertools has breaking changes.)

We'll get to it if we get through with the ndarray 0.16 update.

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