Skip to content

Commit e27ad86

Browse files
author
AzeezIsh
committed
fixes pyproject.toml failures
1 parent 54e4594 commit e27ad86

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

arrayfire/library/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@
5151
import arrayfire_wrapper.lib as wrapper
5252

5353
import arrayfire as af
54-
55-
pi = wrapper.constant(math.pi, (1,), af.float64)

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "arrayfire"
7-
dynamic = ["version"]
8-
dependencies = ["arrayfire-binary-python-wrapper == 0.7.0+af3.9.0"]
7+
version = "0.1.0"
8+
dependencies = ["arrayfire-binary-python-wrapper == 0.7.0"]
99
requires-python = ">=3.10"
1010
description = "ArrayFire Python"
1111
readme = "README.md"
@@ -49,9 +49,6 @@ benchmarks = ["numpy ~= 1.26.4"]
4949
[project.entry-points.array_api]
5050
array_api = "arrayfire.array_api"
5151

52-
[tool.setuptools.dynamic]
53-
version = { attr = "arrayfire.__version__" }
54-
5552
[tool.black]
5653
line-length = 119
5754
exclude = '''

0 commit comments

Comments
 (0)