diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-06 16:21:49 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:32 +0100 |
| commit | f31bfcc193e6be8a7a79d3346cc126db600a4822 (patch) | |
| tree | b26036d4bcc3341580a373a8cb675adbbb44d191 | |
| parent | 34ec81ea5a02356ae8411b24829152aea46b7365 (diff) | |
gnu: python-torchdiffeq: Update to 0.2.5-1.657943a.
* gnu/packages/machine-learning.scm (python-torchdiffeq): Update to 0.2.5-1.657943a.
[arguments]{test-flags}: Refresh them.
Relates-to: guix/guix!10413
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/machine-learning.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 3c88b30e56d..fb1980e3206 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm | |||
| @@ -3166,8 +3166,8 @@ main intended application of Autograd is gradient-based optimization.") | |||
| 3166 | 3166 | ||
| 3167 | (define-public python-torchdiffeq | 3167 | (define-public python-torchdiffeq |
| 3168 | ;; There are neither releases nor tags. | 3168 | ;; There are neither releases nor tags. |
| 3169 | (let ((commit "a88aac53cae738addee44251288ce5be9a018af3") | 3169 | (let ((commit "657943acefa826ef04c025ebeb1ff5e9d60dc268") |
| 3170 | (revision "0")) | 3170 | (revision "1")) |
| 3171 | (package | 3171 | (package |
| 3172 | (name "python-torchdiffeq") | 3172 | (name "python-torchdiffeq") |
| 3173 | (version (git-version "0.2.5" revision commit)) | 3173 | (version (git-version "0.2.5" revision commit)) |
| @@ -3179,12 +3179,16 @@ main intended application of Autograd is gradient-based optimization.") | |||
| 3179 | (commit commit))) | 3179 | (commit commit))) |
| 3180 | (file-name (git-file-name name version)) | 3180 | (file-name (git-file-name name version)) |
| 3181 | (sha256 | 3181 | (sha256 |
| 3182 | (base32 "0c2zqbdxqvd5abfpk0im6rcy1ij39xvrmixc6l9znb6bhcxk2jra")))) | 3182 | (base32 "15ccm7m0k3jjvx0sxz4s453pb0sxlbg5569dqlvj6ql74jl356x0")))) |
| 3183 | (build-system pyproject-build-system) | 3183 | (build-system pyproject-build-system) |
| 3184 | (arguments | 3184 | (arguments |
| 3185 | (list | 3185 | (list |
| 3186 | #:test-flags | 3186 | #:test-flags |
| 3187 | '(list "-k" "not test_seminorm" "tests/run_all.py"))) | 3187 | #~(list |
| 3188 | ;; This starts failing with scipy@1.17, it looks like a regression | ||
| 3189 | ;; in the fortran to C rewrite of LSODA. | ||
| 3190 | "-k" "not test_min_max_step" | ||
| 3191 | "tests/run_all.py"))) | ||
| 3188 | (propagated-inputs (list python-numpy python-scipy python-pytorch)) | 3192 | (propagated-inputs (list python-numpy python-scipy python-pytorch)) |
| 3189 | (native-inputs (list python-pytest python-setuptools)) | 3193 | (native-inputs (list python-pytest python-setuptools)) |
| 3190 | (home-page "https://github.com/rtqichen/torchdiffeq") | 3194 | (home-page "https://github.com/rtqichen/torchdiffeq") |
