-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
chore(Python): Centralize Python dependencies in pyproject.toml #9535
Closed
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fa78cd7
Store deps inside pyproject.toml
zundertj 5db77c5
Add option to specify tags + update GH workflows
zundertj e9acf10
Fix typo in script name
zundertj 4c299b1
Fix formatting
zundertj 302b719
Move tomllib import behind Python version clause
zundertj 9a57b55
Resolve polars tags properly
zundertj e4bdbbe
Fix python 3.7 type annotations
zundertj 6a1a8bb
Fix various errors
zundertj e24c9d5
Fix Python 3.7 type annotations
zundertj 9f825ce
Fix tomli package name
zundertj ab0e672
Add adbc dependency
zundertj 2bd2c7f
Fix connectorx version
zundertj e9aeacc
Fix SQLAlchemy typing bug
zundertj 4724c0a
Move docs requirements to pyproject.toml
zundertj a3287d0
Fix connectorx python version
zundertj 28755be
Fix pyproject.toml formatting
zundertj b3a0471
Add hypothesis to doc deps
zundertj 5a42edc
Add missing dependencies to doc tag
zundertj cb5713e
Improve doc tags
zundertj b8c41a0
DRY hypothesis
zundertj c15e9f1
Rename tag dev to dev-test
zundertj b6194d1
Clean up parser
zundertj ac59a26
Simplify code in script
zundertj ef10a2a
Use maturin develop extras flag
zundertj 1b1738b
Fix
zundertj ee2d68e
Remove custom script
zundertj 83314bf
Install maturin with pip
zundertj f616736
Fix pip install command
zundertj c738a61
Fix yaml
zundertj 1f10618
Avoid polars all tag.
zundertj f053d1c
Activate .venv, otherwise maturin fails
zundertj 3934dfe
Update
zundertj 1715549
Update
zundertj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hello world, oh no, polars |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mypy complians (rightly so) when SQL Alchemy is installed.