forked from AliciaCurth/CATENets
-
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.
* bump version * Bump version: 0.1.6 * Workflows update: Scheduled runs, updated python versions (#2) * update Py versions * py3.10 fix * update deps * drop 3.10 * updare reqs * debug jaxlib * debug jaxlib * windows debug * debug windows * debug windows * optional JAX, Torch * debug windows * debug windows * bump version * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml * update workflows (#3) * update workflows * debug release * cleanup * Bugfixing (#4) * fix PyTorch API * GPU fixes enable more tests * bugfixing * train/eval review * fix gdrive downloader
- Loading branch information
Showing
6 changed files
with
10 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.2.1" | ||
__version__ = "0.2.2" |
Empty file.
Empty file.
Empty file.
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 @@ | ||
googledrivedownloader | ||
gdown | ||
jax>=0.3.16 | ||
jaxlib>=0.3.14; sys_platform != 'win32' | ||
loguru>=0.5.3 | ||
|