-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix triangle area and non-manifold edge tests for CUDA (#6859)
Fix python test, fix mkl download URL typo, restrict numpy to v1.x
- Loading branch information
Showing
4 changed files
with
819 additions
and
212 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
numpy>=1.18.0 | ||
numpy>=1.18.0,<2.0.0 | ||
dash>=2.6.0 | ||
werkzeug>=2.2.3 | ||
nbformat>=5.7.0 | ||
|
Oops, something went wrong.