We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2b4a6 commit 242bfafCopy full SHA for 242bfaf
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "arrayfire"
7
version = "0.1.0"
8
-dependencies = ["arrayfire-binary-python-wrapper == 0.7.0"]
+dependencies = ["arrayfire-binary-python-wrapper == 0.8.0+AF3.10.0"]
9
requires-python = ">=3.10"
10
description = "ArrayFire Python"
11
readme = "README.md"
requirements.txt
@@ -1 +1 @@
1
-arrayfire-binary-python-wrapper==0.7.0+af3.9.0
+arrayfire-binary-python-wrapper==0.8.0+af3.10.0
0 commit comments