-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup requirements and packaging files. (#372)
This is preparation for adding automation to handle updating dependency versions. * Renamed `iree-requirements.txt` and `iree-requirements-ci.txt` to `requirements-iree-[un]pinned.txt` so they sort next to other `requirements-*.txt` files and match the names used downstream in https://github.com/nod-ai/shark-ai. * Deleted `MANIFEST.in` that was unused since `package_data` in `setup.py` does what those `include` lines used to: https://github.com/iree-org/iree-turbine/blob/e4550f37dcd8b9b691db93c30b478c1d67eee83b/setup.py#L97-L100 * Sorted dependencies in `requirements.txt`. * Deleted unused `mypy-requirements.txt`.
- Loading branch information
Showing
10 changed files
with
25 additions
and
30 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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
# Unpinned versions of IREE dependencies. | ||
|
||
# Allow downloading prerelease versions from nightly IREE releases. | ||
--find-links https://iree.dev/pip-release-links.html | ||
--pre | ||
|
||
# Uncomment to skip versions from PyPI (so _only_ nightly versions). | ||
# --no-index | ||
|
||
iree-base-compiler | ||
iree-base-runtime |
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