-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test on Windows, Linux, MacOS Intel (#169)
* Test on Windows, Linux, MacOS Intel * FIX: Make install work on winodows I think that a character encoding error in the README is causing the error on windows. * FIX: macOS intel warnings I think the issues is that torch dropped support for macOS Intel upon release of 2.3. And torch < 2.3 doesnt play well with Numpy 2. So the fix here is to downgrade numpy versions to 1 for macOS Intel only. * FIX: Dont need to upload code coverage for every OS
- Loading branch information
1 parent
5f2c341
commit 8598b63
Showing
2 changed files
with
16 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