Skip to content

Commit

Permalink
use numpy < 2.0.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
memodi authored Jun 24, 2024
1 parent e069f59 commit d1290bb
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 @@ -21,7 +21,7 @@ include_package_data = True
package_dir =
=src
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires = elasticsearch<7.14.0; elasticsearch_dsl==7.3.0; tabulate; pyyaml; pandas
install_requires = elasticsearch<7.14.0; elasticsearch_dsl==7.3.0; tabulate; pyyaml; pandas; numpy >= 1.22.4, < 2.0.0
# tests_require = pytest; pytest-cov
python_requires=>=3.6,

Expand Down

0 comments on commit d1290bb

Please sign in to comment.