Skip to content

Commit

Permalink
Explicitly depend on scipy (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored May 28, 2024
1 parent c3fda23 commit e11308f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ dependencies = [
"healpy",
"hipscat >=0.3.0",
"ipykernel", # Support for Jupyter notebooks
"numpy",
"pandas",
"pyarrow",
"pyyaml",
"scipy",
"tqdm",
"numpy",
]

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
Expand Down

0 comments on commit e11308f

Please sign in to comment.