-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add requirements.txt to fix python package versions
- Loading branch information
Julian Arkenau
committed
Jan 5, 2023
1 parent
a61196b
commit b71bbc3
Showing
3 changed files
with
18 additions
and
3 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 @@ | ||
pre-commit==2.21.0 | ||
flatbuffers==22.12.6 | ||
protobuf== 4.21.12 | ||
grpcio-tools==1.51.1 | ||
grpcio==1.51.1 | ||
imageio==2.20.0 | ||
numpy==1.17.4 | ||
numpy-quaternion==2022.4.2 | ||
mkdocs==1.4.2 | ||
mkdocs-material==9.0.2 |