Skip to content

Commit 7884f6b

Browse files
authored
fix(deps): require numpy >=1.18.1
1 parent c7cd04c commit 7884f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
dependencies = [
2424
"setuptools",
2525
"db-dtypes >=1.0.4,<2.0.0",
26-
"numpy >=1.16.6",
26+
"numpy >=1.18.1",
2727
"pandas >=1.1.4",
2828
"pyarrow >=3.0.0",
2929
"pydata-google-auth >=1.5.0",

0 commit comments

Comments
 (0)