Skip to content

Commit

Permalink
fix numpy error
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmadrigal committed Jul 3, 2024
1 parent 6a4f07e commit 3254fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ abstract.jwrotator>=0.3
dask
dask[dataframe]
networkx>=2.6.3
numpy==1.26.4
pandas>=1.3.4
pyspark>=3.2.0
pyvis>=0.3.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dask",
"dask[dataframe]",
"networkx>=2.6.3",
"numpy==1.26.4",
"pandas>=1.3.4",
"pyspark>=3.2.0",
"pyvis>=0.3.1",
Expand Down

0 comments on commit 3254fc0

Please sign in to comment.