diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-21 16:31:39 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-01 16:58:04 +0100 |
| commit | ea9153f83e5b78367152e28f2f1c38cb52576316 (patch) | |
| tree | 1858bfa2dbf3cbf19437e2da135e254e025c9ec3 /gnu | |
| parent | bcd71262df8051f8cff0a732c5641ec9b2f03754 (diff) | |
gnu: python-deepxde: Update to 1.14.0.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.14.0.
[native-inputs]: Remove python-wheel.
Change-Id: Iec5ce523468f848c2fb23649c2c2b7372a25fdd6
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 441696d7ac3..0af29994a8d 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2798,13 +2798,13 @@ discrete, and conditional dimensions.") (define-public python-deepxde (package (name "python-deepxde") - (version "1.13.2") + (version "1.14.0") (source (origin (method url-fetch) (uri (pypi-uri "deepxde" version)) (sha256 (base32 - "11fm9c717pf2j5kb7skvy1nshdqz76m783ndxsd3q3lr5lkqg087")))) + "1dzh0q772fv192znjxshd616kqfwyp3b5iz2833d9n1m98wpxgbw")))) (build-system pyproject-build-system) (arguments (list #:tests? #f ; there are no tests @@ -2817,7 +2817,7 @@ discrete, and conditional dimensions.") ;; DeepXDE supported backends are TensorFlow (v1 and v2), PyTorch, JAX and ;; PaddlePaddle. We test with PyTorch because we have it up to date. (native-inputs (list python-pytorch python-setuptools - python-setuptools-scm python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-matplotlib python-numpy python-scikit-learn python-scikit-optimize python-scipy)) |
