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

changing dependency requirements #61

Closed
wants to merge 3 commits into from
Closed

Conversation

kthyng
Copy link
Contributor

@kthyng kthyng commented Jul 5, 2024

Caret notation in poetry allows for a range but the range is too small. For example, for pandas ="^1.5.3" this would allow for >=1.5.3 <2.0.0 but the current version is 2.2.2. Poetry also allows for the <= notation so this seems like a better solution, which is why I went with it in my PR.

Caret notation in poetry allows for a range but the range is too small. For example, for
`pandas ="^1.5.3"` this would allow for >=1.5.3 <2.0.0 but the current version is 2.2.2. Poetry also
allows for the <= notation so this seems like a better solution, which is why I went with it in my PR.
@GClunies GClunies mentioned this pull request Aug 3, 2024
@GClunies
Copy link
Owner

GClunies commented Aug 3, 2024

Sticking with caret so that if a dependency upgrades its major version (which could be breaking), it does not cause issues.

I've upgraded the python deps in #64 to the latest versions.

@GClunies GClunies closed this Aug 3, 2024
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