-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update SGL version + enable tests * Inc version numbers * Enable tensor tests on linux * Add linux to github ci * Disable native tests until I fix them up
- Loading branch information
1 parent
6a1caaf
commit d8dc2bf
Showing
5 changed files
with
14 additions
and
15 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "slangpy" | ||
version = "0.11.0" | ||
version = "0.12.0" | ||
authors = [ | ||
{name = "Chris Cummings", email = "[email protected]"}, | ||
{name = "Benedikt Bitterli", email = "[email protected]"}, | ||
|
@@ -17,7 +17,7 @@ requires-python = ">=3.9" | |
dependencies = [ | ||
"typing_extensions", | ||
"numpy", | ||
"nv-sgl>=0.6.1" | ||
"nv-sgl>=0.6.2" | ||
] | ||
|
||
[tool.setuptools] | ||
|
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