Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- python39-onnx
- python39-expe
- python38-expe
- python37-expe
include:
# - name: python311-onnx
# python-version: "3.11"
Expand All @@ -45,10 +44,6 @@ jobs:
python-version: "3.8"
onnx_standard: false
test_examples: false
- name: python37-expe
python-version: "3.7"
onnx_standard: false
test_examples: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Authoring ONNX functions in Python"
authors = [{ name = "Microsoft Corporation", email = "onnx@microsoft.com" }]
urls = { "Repository" = "https://github.com/onnx/onnx-script" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { text = 'Apache License v2.0' }
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -20,14 +20,13 @@ classifiers = [
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: Apache Software License",
]
dependencies = ["numpy>=1.21.5", "protobuf<4", "onnx"]
dependencies = ["numpy>=1.22.0", "protobuf<4", "onnx"]

[project.optional-dependencies]
test = ["flake8", "mypy", "black", "isort[colors]", "pylint"]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
autopep8
click
numpy==1.21.5
numpy==1.22.0
matplotlib
--pre -f https://onnxruntimepackages.z14.web.core.windows.net/onnx-function-experiment.html
onnx-function-experiment
Expand Down
2 changes: 1 addition & 1 deletion requirements-onnx.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for testing with the release version of onnx and onnxruntime

# TODO(#249): Fix tests for onnx 1.13
numpy==1.21.5
numpy==1.22.0
onnx==1.12
onnxruntime