Skip to content

Commit

Permalink
Add random dependencies to test release again
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Oct 17, 2024
1 parent 41c3eda commit deee32c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.9"
dependencies = [
"dask[complete]>=2024.3.0", # Includes dask expressions.
"deprecated",
"hats >=0.4",
"ipykernel", # Support for Jupyter notebooks
"numpy",
"pandas",
"pyarrow",
"pyyaml",
"scipy",
"tqdm",
"universal_pathlib",
]

[project.urls]
Expand Down

0 comments on commit deee32c

Please sign in to comment.