Skip to content

Commit

Permalink
pin numpy <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperrealist committed Jun 17, 2024
1 parent f5c8a5e commit 7c2408e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ all = [
"lz4",
"msgpack >=1.0.0",
"ndindex",
"numpy",
"numpy <2.0.0",
"openpyxl",
"orjson",
"packaging",
Expand Down Expand Up @@ -100,7 +100,7 @@ all = [
# These are needed by the client and server to transmit/receive arrays.
array = [
"dask[array]",
"numpy",
"numpy <2.0.0",
]
# This is the "kichen sink" fully-featured client dependency set.
client = [
Expand All @@ -116,7 +116,7 @@ client = [
"lz4",
"msgpack >=1.0.0",
"ndindex",
"numpy",
"numpy <2.0.0",
"orjson",
"pandas",
"pyarrow",
Expand Down Expand Up @@ -246,7 +246,7 @@ server = [
"lz4",
"msgpack >=1.0.0",
"ndindex",
"numpy",
"numpy <2.0.0",
"openpyxl",
"orjson",
"packaging",
Expand Down

0 comments on commit 7c2408e

Please sign in to comment.