Skip to content

Commit

Permalink
limit numpy version due to AttributeError (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat committed Jun 20, 2024
1 parent 4b98b38 commit 1876c51
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 @@ zip_safe = False
packages = find:
include_package_data = True
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires = docutils<0.17; dataclasses; configargparse; configparser; elasticsearch>=7.0.0,<7.14.0; statistics; numpy; pyyaml; requests; redis; python-dateutil>=2.7.3; prometheus_api_client; scipy; openshift==0.11; kubernetes==11; setuptools>=40.3.0; boto3; flent; importlib_metadata; kafka-python; ttp; packaging; distro
install_requires = docutils<0.17; dataclasses; configargparse; configparser; elasticsearch>=7.0.0,<7.14.0; statistics; numpy<=1.26.4; pyyaml; requests; redis; python-dateutil>=2.7.3; prometheus_api_client; scipy; openshift==0.11; kubernetes==11; setuptools>=40.3.0; boto3; flent; importlib_metadata; kafka-python; ttp; packaging; distro
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
python_requires = >=3.6

Expand Down

0 comments on commit 1876c51

Please sign in to comment.