Skip to content

Commit

Permalink
updating numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonza committed Aug 26, 2022
1 parent e19c9ef commit 3b9b65b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
author_email="[email protected]",
long_description_content_type="text/markdown",
long_description=open('README.md').read(),
python_requires="==3.7.*",
python_requires=">=3.7",
install_requires=[
'cython',
'click == 7.0',
'numpy==1.21',
'numpy==1.22',
'pandas == 1.0.1',
'protobuf == 3.19',
'sqlalchemy == 1.3.13',
Expand All @@ -33,7 +33,6 @@
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
],
entry_points={
'console_scripts': ['okra = okra.cli:cli'],
Expand Down

0 comments on commit 3b9b65b

Please sign in to comment.