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

Update dependencies and fix pandas 2.2 deprecation warnings #276

Merged
merged 3 commits into from
Feb 1, 2024
Merged

Conversation

maread99
Copy link
Owner

@maread99 maread99 commented Feb 1, 2024

Updates dependencies.

Fixes pandas 2.2 deprecation warnings concerning deprecation of frequency units "T", "H" and "S" in favor of "min", "h" and "s".

Maintains "T" and "H" as valid units for the 'interval' arg of PricesBase.get.

Preemptively constrains numpy dependency to <2 in anticipation of breaking changes with the upcoming major release 2.0.

Also, preemptively constrains numpy dependency to <2 in anticipation of breaking changes with the upcoming major release 2.0.
Fixes pandas 2.2 deprecation warnings concerning deprecation of frequency units "T", "H" and "S" in favor of "min", "h" and "s".
@maread99 maread99 added the dependencies Pull requests that update a dependency file label Feb 1, 2024
@maread99 maread99 merged commit b1e3c24 into master Feb 1, 2024
7 checks passed
@maread99 maread99 deleted the deps branch February 1, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant