Skip to content

Commit

Permalink
allow for new pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Mar 5, 2024
1 parent 637b6e5 commit a1defa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _parse_requirements_file(file_path):
"pytest-rerunfailures>=13.0",
"ndjson>=0.3.1",
"wheel>=0.36.2",
"pytest>=6.0.0,<8.1.0",
"pytest>=6.0.0",
"onnxruntime>=1.7.0",
"flask>=1.0.0",
"flask-cors>=3.0.0",
Expand Down

0 comments on commit a1defa0

Please sign in to comment.