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 dependency upper bounds in pyproject.toml #55

Open
spherical-tensor opened this issue Jan 14, 2021 · 0 comments
Open

remove dependency upper bounds in pyproject.toml #55

spherical-tensor opened this issue Jan 14, 2021 · 0 comments
Assignees

Comments

@spherical-tensor
Copy link
Contributor

The package pyproject toml is using ^ limit some packages which is causing versioning conflicts.
^ in poetry prevents changes on the leftmost non-zero digit. In the case of, for example, pampy = "^0.2.1", we're stuck with the minor revision 0.2.x and only have wiggle room to change the patch versions; which is problematic.
Setting some packages to >= could be useful.

@spherical-tensor spherical-tensor self-assigned this Jan 25, 2021
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

No branches or pull requests

1 participant