Skip to content

Commit

Permalink
bumped to 0.2.8 for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Feb 27, 2023
1 parent 5c5b00c commit 0ab6dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py_bind/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
"setuptools==59.2.0",
"wheel==0.37.0",
"Cython>=0.29.28,<3.0", # Note: keep in sync with tools/cythonize.py
"numpy>=1.17.3",
"numpy>=1.17.3, <1.24",
]

[tool.cibuildwheel]
Expand Down
2 changes: 1 addition & 1 deletion py_bind/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def mk_ext(name, files):
package_data={
'optv': ['*.pxd', '*.c', '*.h'],
},
version='0.2.7b',
version='0.2.8',
install_requires=[
'numpy<1.24',
'pyyaml',
Expand Down

0 comments on commit 0ab6dbd

Please sign in to comment.