diff --git a/pyproject.toml b/pyproject.toml index 99e104d..db6620d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/setup.cfg b/setup.cfg index cbbd6d3..78ced4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = buffalo -version = 2.0.2rc3 +version = 2.0.2rc4 author = recoteam author_email = recoteam@kakaocorp.com url = https://github.com/kakao/buffalo @@ -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