diff --git a/pyproject.toml b/pyproject.toml index 4ea40fe..724a88b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "arrayfire" version = "0.1.0" -dependencies = ["arrayfire-binary-python-wrapper == 0.7.0"] +dependencies = ["arrayfire-binary-python-wrapper == 0.8.0+AF3.10.0"] requires-python = ">=3.10" description = "ArrayFire Python" readme = "README.md" diff --git a/requirements.txt b/requirements.txt index d3f5294..ba9b100 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -arrayfire-binary-python-wrapper==0.7.0+af3.9.0 +arrayfire-binary-python-wrapper==0.8.0+af3.10.0