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

Control external python package dependencies such as pandas and requests #55

Open
Mandera opened this issue Nov 5, 2022 · 2 comments
Open

Comments

@Mandera
Copy link
Collaborator

Mandera commented Nov 5, 2022

No description provided.

@Mandera
Copy link
Collaborator Author

Mandera commented Apr 22, 2023

Would be awesome if this could update itself periodically, something like;

  • Check for major or minor updates every night for all dependencies
  • Create pull request
    • Changed python_requires version for dep(s)
    • Bumped version
  • Would get annoying if it creates a new PR every night so probably be able to use existing PR somehow
  • I wonder if we could create a bigger matrix in GH actions to test all sorts of different external versions

There's probably some existing solutions for this so do some research first

@Mandera
Copy link
Collaborator Author

Mandera commented Apr 22, 2023

Consider using pip freeze for a requirements.txt to control dependencies' dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant