Skip to content

Commit

Permalink
Delete scripts (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jun 14, 2024
1 parent d142d63 commit ee2009d
Showing 5 changed files with 2 additions and 31 deletions.
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-
python = ">=3.10"
numpy = "*"
spox = ">=0.10"
typing_extensions = "*"

[host-dependencies]
pip = "*"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.10"
dependencies = ["numpy", "spox >=0.10", "typing_extensions"]

[project.urls]
repository = "https://github.com/quantco/ndonnx"
5 changes: 0 additions & 5 deletions scripts/create_typing.sh

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/parse_test_report.py

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/test.sh

This file was deleted.

0 comments on commit ee2009d

Please sign in to comment.