Skip to content

Commit

Permalink
fix: lock numpy down to 1.x to avoid v2 incompat (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjungling authored Jun 20, 2024
1 parent 663a650 commit 0946862
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 @@ -18,7 +18,8 @@ dependencies = [
"plotly==5.14.1",
"typing-extensions",
"umap-learn==0.5.5",
"networkx==3.1"
"networkx==3.1",
"numpy==1.26.4"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 0946862

Please sign in to comment.