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 packages #631

Merged
merged 4 commits into from
Feb 13, 2024
Merged

Update packages #631

merged 4 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. unpin + update package dependencies; fix API bugs

    caught all requirements up to date by unpinning dependencies and letting
    pip resolve related dependencies. this required some changes to using
    the Pandas API because of some breaking inter-version changes.
    
    Signed-off-by: James Kunstle <[email protected]>
    JamesKunstle committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ed7c5d0 View commit details
    Browse the repository at this point in the history
  2. merge dev

    Signed-off-by: James Kunstle <[email protected]>
    JamesKunstle committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7dec311 View commit details
    Browse the repository at this point in the history
  3. adds requirements base and pin files.

    Signed-off-by: James Kunstle <[email protected]>
    JamesKunstle committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    02e580d View commit details
    Browse the repository at this point in the history
  4. removes unneeded comments; clean up Dockerfile

    Signed-off-by: James Kunstle <[email protected]>
    JamesKunstle committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    779d6df View commit details
    Browse the repository at this point in the history