Skip to content

Commit

Permalink
Sync pandas version in _version.py with pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Nov 1, 2023
1 parent 837d6e9 commit a212e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniduct/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"wrapt", # Object proxying for conveniently exposing ducts in registry
# Database querying libraries
"jinja2", # Templating support in databases
"pandas>=0.17.1", # Various results including database queries are returned as pandas dataframes
"pandas>=0.20.3", # Various results including database queries are returned as pandas dataframes
"sqlparse", # Neatening of SQL based queries (mainly to avoid missing the cache)
"sqlalchemy", # Various integration endpoints in the database stack
# Utility libraries
Expand Down

0 comments on commit a212e68

Please sign in to comment.