diff --git a/noxfile.py b/noxfile.py index 2563a3a8f..1e6b26bc1 100644 --- a/noxfile.py +++ b/noxfile.py @@ -16,6 +16,7 @@ "beartype", "types-PyYAML", "expecttest", + "hypothesis", "packaging", "parameterized", "pytest-cov", diff --git a/requirements-dev.txt b/requirements-dev.txt index c345a209c..5f5414192 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ setuptools>=61.0.0 numpy -onnx-weekly +onnx-weekly==1.14.0.dev20230403 onnxruntime typing_extensions