Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Nov 6, 2024
1 parent 99bc3b2 commit 096fa79
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "wheel"]
requires = ["setuptools", "setuptools-scm"]

[tool.setuptools_scm]
version_scheme = "post-release"
Expand All @@ -23,11 +23,7 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = ["numpy", "spox>=0.10", "typing_extensions"]
keywords = [
"numpy",
"onnx",
"array-api",
]
keywords = ["numpy", "onnx", "array-api"]

[project.urls]
repository = "https://github.com/quantco/ndonnx"
Expand Down Expand Up @@ -88,9 +84,7 @@ ignore_missing_imports = true

[tool.pytest.ini_options]
addopts = "--ignore=api-coverage-tests"
filterwarnings = [
"ignore:.*google.protobuf.pyext.*:DeprecationWarning",
]
filterwarnings = ["ignore:.*google.protobuf.pyext.*:DeprecationWarning"]

[tool.typos.default]
extend-ignore-identifiers-re = ["scatter_nd", "arange"]

0 comments on commit 096fa79

Please sign in to comment.