-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update transpiling to also cover an optional extra argument
- Loading branch information
1 parent
5e671b9
commit e3b96a3
Showing
10 changed files
with
266 additions
and
94 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 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 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,26 @@ | ||
parcel: | ||
numpy1: 1.0.0 | ||
numpy2: 2.0.0 | ||
letter: | ||
py38: | ||
numpy1: 1.38.0 | ||
numpy2: 2.28.0 | ||
py311: | ||
numpy1: 1.311.0 | ||
numpy2: 2.211.0 | ||
box: | ||
rhel8: | ||
py38: | ||
numpy1: 1.38.8 | ||
numpy2: 2.28.8 | ||
py311: | ||
numpy1: 1.311.8 | ||
numpy2: 2.211.8 | ||
rhel9: | ||
py38: | ||
numpy1: 1.38.9 | ||
numpy2: 2.28.9 | ||
py311: | ||
numpy1: 1.311.9 | ||
numpy2: 2.211.9 | ||
case: 0.0.1 |
Oops, something went wrong.