Skip to content

Commit

Permalink
Dependencies: Use dask[dataframe]
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 22, 2024
1 parent f2db962 commit b475d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ influxio changelog
in progress
===========
- Add support for Python 3.12
- Dependencies: Use ``dask[dataframe]``

2023-11-12 v0.1.1
=================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies = [
"colorama<1",
"crate[sqlalchemy]",
"cratedb-toolkit",
"dask",
"dask[dataframe]>=2020,<=2024.2.1",
'importlib-metadata; python_version <= "3.9"',
"influxdb-client[ciso]<2",
"line-protocol-parser<2",
Expand Down

0 comments on commit b475d47

Please sign in to comment.