Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Han860207 authored Nov 1, 2024
1 parent 8db81a8 commit cb6fe1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ license = { text = 'Apache-2.0'}

requires-python = '>=3.8'
dependencies = [
'dask = 2024.9.1',
'dask-expr = 1.1.15',
'dask >= 2024.9.0',
'distributed >= 2024.9.0',
'dask-expr >= 1.1.15',
'pandas >= 2.0.0',
'tejapi >= 0.1.27',
'xlrd >= 1.0.0',
Expand Down

0 comments on commit cb6fe1c

Please sign in to comment.