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

matplotlib 3.8 + minimum dependencies check #340

Closed
AdamOrmondroyd opened this issue Sep 20, 2023 · 1 comment · Fixed by #341
Closed

matplotlib 3.8 + minimum dependencies check #340

AdamOrmondroyd opened this issue Sep 20, 2023 · 1 comment · Fixed by #341
Assignees
Labels
bug Something isn't working

Comments

@AdamOrmondroyd
Copy link
Collaborator

As usual, matplotlib 3.8 has broken several things in anesthetic. As the necessary changes aren't straightforward (see #339 ), I was going to restrict the version to

dependencies = [
    
    "matplotlib>=3.6.1,<3.8.0",
    
]

However, this doesn't work with the minimum dependencies test, as it is nonsense to have == and < in the same requirement.

@AdamOrmondroyd AdamOrmondroyd self-assigned this Sep 20, 2023
@AdamOrmondroyd AdamOrmondroyd added the bug Something isn't working label Sep 20, 2023
@AdamOrmondroyd
Copy link
Collaborator Author

AdamOrmondroyd commented Sep 20, 2023

I've looked into poetry, which has a --use-lowest-versions option we might be able to use for this test instead

Edit - this doesn't exist 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant