Skip to content

Commit

Permalink
Merge branch 'release/v2.0.2rc4'
Browse files Browse the repository at this point in the history
  • Loading branch information
dante.l committed Jun 23, 2023
2 parents 2f5e3df + 5f6dd98 commit 4b42bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=67.6.1", "numpy~=1.23.5", "Cython>=0.29.32", "packaging>=22.0", "py-cpuinfo"]
requires = ["setuptools>=67.6.1", "numpy~=1.24.3", "Cython>=0.29.32", "packaging>=22.0", "py-cpuinfo"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = buffalo
version = 2.0.2rc3
version = 2.0.2rc4
author = recoteam
author_email = [email protected]
url = https://github.com/kakao/buffalo
Expand All @@ -21,7 +21,7 @@ classifiers =
packages = find:
python_requires = >=3.8
install_requires =
numpy ~= 1.23.5
numpy ~= 1.24.3
h5py ~= 3.9.0
psutil ~= 5.9.5
scipy ~= 1.10.1

0 comments on commit 4b42bac

Please sign in to comment.