Skip to content

Commit

Permalink
Require numpy minimum version of 1.17.3 (#139)
Browse files Browse the repository at this point in the history
* Require numpy minimum version of 1.17.3

* Update setup.cfg

Co-authored-by: Aki Ariga <ariga@treasure-data.com>

---------

Co-authored-by: Aki Ariga <ariga@treasure-data.com>
  • Loading branch information
tung-vu-td and chezou authored Sep 19, 2024
1 parent 39550b8 commit d5a3aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ install_requires =
urllib3>=1.21.1
presto-python-client>=0.6.0
pandas>=1.3
numpy>1.17.3, <2.0.0
td-client>=1.1.0
pytz>=2018.5
numpy<1.24

[options.extras_require]
spark =
Expand Down

0 comments on commit d5a3aba

Please sign in to comment.