-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ORT to skip approved packages or those under testing
- Loading branch information
Showing
6 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
maturin==0.14.17 # higher version break the needs structure changes, the name of the project is not the same as the package name, and the naming both glide create a circular dependency - TODO: fix this | ||
pytest | ||
pytest-asyncio | ||
pytest-html | ||
black >= 24.3.0 | ||
flake8 == 5.0 | ||
isort == 5.10 | ||
mypy == 1.13.0 | ||
mypy-protobuf == 3.5 | ||
packaging >= 22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
async-timeout==4.0.2;python_version<"3.11" | ||
maturin==0.14.17 # higher version break the needs structure changes, the name of the project is not the same as the package name, and the naming both glide create a circular dependency - TODO: fix this | ||
pytest | ||
pytest-asyncio | ||
typing_extensions==4.8.0;python_version<"3.11" | ||
pytest-html | ||
black >= 24.3.0 | ||
flake8 == 5.0 | ||
isort == 5.10 | ||
mypy == 1.13.0 | ||
mypy-protobuf == 3.5 | ||
packaging >= 22.0 | ||
# Note: If you add a dependency here, make sure to also add it to pyproject.toml | ||
# This is necessary until the issue https://github.com/aboutcode-org/python-inspector/issues/197 is resolved. | ||
async-timeout>=4.0.2 | ||
typing-extensions>=4.8.0 | ||
protobuf>=3.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters