Skip to content

Commit

Permalink
Fix pyproject.toml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb committed Apr 26, 2024
1 parent 2ea13d5 commit 25c1f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ requires-python = ">=3.9"
dependencies = [
'pandas',
'numpy',
'dask=2024.3.1',
'dask==2024.3.1',
'dask[distributed]>=2024.3.0',
'dask-expr-1.0.5',
'dask-expr==1.0.5',
'pyarrow',
'pyvo',
'scipy',
Expand Down

0 comments on commit 25c1f70

Please sign in to comment.