Ricardo Wurmus
43923d2459
gnu: python-pytorch-lightning: Update to 2.5.0.post0.
...
* gnu/packages/machine-learning.scm (python-pytorch-lightning): Update to
2.5.0.post0.
[arguments]: Only run core tests.
[propagated-inputs]: Replace python-fastapi-for-pytorch-lightning with
python-fastapi; remove python-starsessions-for-pytorch-lightning.
Change-Id: I1bf392e19cc06194fdf662f07aeccbafc8d0ae4e
2025-01-20 21:37:35 +01:00
Ricardo Wurmus
fba2994636
gnu: python-thinc: Remove old version of dataclasses.
...
A newer version of dataclasses is part of Python.
* gnu/packages/machine-learning.scm (python-thinc)[propagated-inputs]: Remove
python-dataclasses.
Change-Id: I04cb4ad7af5465fac762f56248f7ca61315b7a78
2025-01-20 21:37:32 +01:00
Danny Milosavljevic
b01e7b649f
gnu: whisper-cpp: Enable tests.
...
* gnu/packages/machine-learning.scm (whisper-cpp)[arguments]<#:tests?>: Remove.
Change-Id: I71964e4f3d43ff02f6aa529bd66700bd8ab63687
2025-01-07 11:10:15 +01:00
Alice BRENON
7a04ed4354
gnu: python-spacy: Fix build.
...
* gnu/packages/machine-learning.scm (python-spacy): Fix build.
[native-inputs]: Add python-wheel
Change-Id: I6550f6dc0cb1fb88fc733f6471f1831c4ba95977
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-01-06 15:53:17 +01:00
Gabriel Wicki
5530282655
gnu: Fix whitespace issues in various descriptions.
...
This mainly addresses `double-space after sentence end period' and `trailing
white space' issues.
* gnu/packages/audio.scm (ecasound): Fix description.
* gnu/packages/axoloti.scm (ksoloti-runtime, ksoloti-patcher): Fix
description.
* gnu/packages/bioinformatics.scm (trf, ghc-int-interval-map): Fix
description.
* gnu/packages/chez.scm (chez-scheme, chez-scheme-bootstrap-bootfiles): Fix
description.
* gnu/packages/code.scm (cscope): Fix description.
* gnu/packages/compression.scm (c-blosc): Fix description.
* gnu/packages/connman.scm (connman): Fix description.
* gnu/packages/crypto.scm (libxcrypt): Fix description.
* gnu/packages/display-managers.scm (abstractdark-sddm-theme): Fix
description.
* gnu/packages/docker.scm (docker-registry): Fix description.
* gnu/packages/freedesktop.scm (xdg-user-dirs): Fix description.
* gnu/packages/game-development.scm (deutex, grfcodec): Fix description.
* gnu/packages/games.scm (chroma): Fix description.
* gnu/packages/geo.scm (xygrib): Fix description.
* gnu/packages/gnunet.scm (gnunet-scheme): Fix description.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-block-format): Fix description.
* gnu/packages/kodi.scm (fstrcmp): Fix description.
* gnu/packages/machine-learning.scm (vosk-api): Fix description.
* gnu/packages/messaging.scm (biboumi): Fix description.
* gnu/packages/music.scm (sooperlooper, samplebrain): Fix description.
* gnu/packages/perl.scm (perl-file-readbackwards): Fix description.
* gnu/packages/rocm.scm (rocm-bandwidth-test): Fix description.
* gnu/packages/scanner.scm (sane-airscan): Fix description.
* gnu/packages/security-token.scm (pkcs11-helper): Fix description.
* gnu/packages/shellutils.scm (shell-functools): Fix description.
* gnu/packages/textutils.scm (catdoc): Fix description.
* gnu/packages/tor.scm (tor): Fix description.
* gnu/packages/xdisorg.scm (xftwidth, xwallpaper): Fix description.
* gnu/packages/xfce.scm (xfce4-volumed-pulse): Fix description.
Change-Id: I911836d66eb780c0fa279e3aebf9d7fbd53bf00a
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2025-01-05 15:38:04 -08:00
Andy Tai
a707ebe5d3
gnu: whisper-cpp: Enable sdl2 and tests.
...
* gnu/packages/patches/whisper-cpp-enable-tests.patch: New file.
* gnu/packages/machine-learning.scm (whisper-cpp)[source]: Add reference to
patch.
[arguments]<#:configure-flags>: Add configure flags.
[arguments]<#:phases>: Disable big test on 32 bit.
[inputs]: Add sdl2.
[synopsis]: Modify.
[description]: Modify.
* gnu/local.mk (dist_PATCH_DATA): Register patch.
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
Change-Id: Icdb82c3c7d3d485346f89fe699d0d64b34c1b21a
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2025-01-02 23:55:34 +01:00
Ricardo Wurmus
d43f238638
gnu: python-hmmlearn: Add missing inputs.
...
* gnu/packages/machine-learning.scm (python-hmmlearn)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Idd474162534bf8dbbc6e4a9772a2748862e0b045
2025-01-01 20:15:45 +01:00
Nicolas Graves
c26287d796
gnu: Add dlpack.
...
* gnu/packages/machine-learning.scm (dlpack): New variable.
Change-Id: I9223e5c3b8f8317f88954cfdaccdfa11a51b7167
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2024-12-30 19:16:19 +08:00
Vinicius Monego
0d37e234f7
gnu: python-deepxde: Update to 1.12.2.
...
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.2.
Change-Id: Idf8666adeb824b9967d24914f1a85ab3f73408ee
2024-12-21 14:52:59 -03:00
Vinicius Monego
f2075e2fbf
gnu: python-cma: Update to 4.0.0.
...
* gnu/packages/machine-learning.scm (python-cma): Update to 4.0.0.
Change-Id: I255eea8b3884b825d560c12d16a4ea59fb780a93
2024-12-21 14:52:58 -03:00
Danny Milosavljevic
9f53e10235
gnu: python-gymnasium: Fix build.
...
* gnu/packages/machine-learning.scm (python-gymnasium)[native-inputs]: Add
python-setuptools.
Change-Id: I97e1283e1696b22489e91b4160b0bf49b513d3e7
2024-12-21 11:19:33 +01:00
Danny Milosavljevic
4eaeff9979
gnu: Add whisper-cpp.
...
* gnu/packages/machine-learning.scm (whisper-cpp): New variable.
Change-Id: I1ab60be8a64b517d537fad651a7fabcd012025a1
2024-12-21 02:26:49 +01:00
Sharlatan Hellseher
3bd3a572fd
gnu: python-autograd-gamma: Fix build.
...
* gnu/packages/machine-learning.scm (python-autograd-gamma)
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I8d537670e50e2fbd571f69c4e20030686fa6e4ea
2024-12-16 12:10:21 +00:00
Danny Milosavljevic
07ce86b65d
gnu: onnx: Fix build.
...
* gnu/packages/machine-learning.scm (onnx)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: I80dbd5fff26c6afe3a496228f7c02c38efe7d3e0
2024-12-14 22:32:06 +01:00
Sharlatan Hellseher
032c687cec
gnu: python-lightning-utilities: Adjust inputs.
...
* gnu/packages/machine-learning.scm (python-lightning-utilities): Adjust
inputs order and add missing.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I479e51f9d24592c3782734619d3556502e542b2c
2024-12-13 20:19:01 +00:00
Nicolas Graves
3c2943b621
gnu: build-system/pyproject: Add missing native-inputs.
...
* gnu/packages/bioinformatics.scm (python-ega-download-client)
[native-inputs]: Add python-setuptools and python-wheel.
* gnu/packages/databases.scm (datasette)[native-inputs]: Add
python-pip.
* gnu/packages/django.scm (python-django-localflavor,
python-django-contact-form)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/graphviz.scm (python-uqbar)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/jupyter.scm (python-jupyterlab-server)[native-inputs]:
Add python-wheel.
(python-nbstripout)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/machine-learning.scm (python-captum,
python-linear-operator, python-gpytorch)[native-inputs]: Add
python-setuptools.
* gnu/packages/music.scm (abjad, abjad-ext-rmarkers,
abjed-ext-nauert, python-mutagen)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/package-management.scm
(python-conda-package-handling)[native-inputs]: Add python-setuptools
and python-wheel.
(conda)[native-inputs]: Add python-wheel.
* gnu/packages/python-check.scm (python-pyinstrument,
python-pytest-testmon, python-pytest-trio, python-nbval,
python-pytest-toolbox)[native-inputs]: Add python-setuptools and
python-wheel.
(python-nptyping)[native-inputs]: Add python-setuptools.
* gnu/packages/python-check.scm (python-dask-expr)[native-inputs]:
Add python-setuptools and python-wheel.
* gnu/packages/python-web.scm (parfive, python-aioftp, python-hupper,
python-sanic, python-mechanicalsoup, python-tinycss, python-aiostream,
python-cbor2, gunicorn)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/python-xyz.scm (python-apprise, python-jaraco-classes,
python-sparse, python-shtab, python-pyan3)[native-inputs]: Add
python-setuptools.
(python-jupytext, python-orderedmultidict, python-identify, python-nodeenv,
python-cfgv, python-zarr, python-multipart, python-nbconvert, python-cram,
python-immutables, python-numpydoc, python-cairosvg, python-unidecode,
python-black, python-multidict, python-mpv-jsonipc, python-humanize,
python-cmd2)[native-inputs]: Add python-setuptools and python-wheel.
(python-partd, python-dask, python-zarr)[native-inputs]: Add
python-wheel.
(python-nbconvert)[propagated-inputs]: Add texlive-etoolbox. Remove
duplicate textlive-jknapltx.
(python-isort)[native-inputs]: Add python-pip.
* gnu/packages/simulation.scm (python-fenics-dijitso)[native-inputs]:
Add python-setuptools and python-wheel.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme,
python-sphinx-autodoc-typehints)[native-inputs]: Add
python-setuptools.
* gnu/packages/syndication.scm (tuir)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/terminals.scm (python-halo)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/time.scm (python-arrow, python-dateutil)
[native-inputs]: Add python-setuptools and python-wheel.
* gnu/packages/version-control.scm (pre-commit)[native-inputs]: Add
python-setuptools and python-wheel. Remove input labels.
* gnu/packages/virtualization.scm (python-qemu-qmp,
python-transient)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/xorg.scm (python-xcffib)[native-inputs]: Add
python-setuptools and python-wheel.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Id61cf8cdc47bd4c2871c0a9c8e9a5bfd51157df0
2024-12-13 20:18:58 +00:00
Nicolas Graves
a60366ca06
gnu: python-funsor: Ignore flaky test.
...
* gnu/packages/machine-learning.scm (python-funsor)
[arguments]<#:test-flags>: Ignore flaky test.
Change-Id: I6b86c6478c89833609b2ac5821b5509acf589fa6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-13 20:18:56 +00:00
Sharlatan Hellseher
62e7a5220a
gnu: python-lightning-cloud: Disable tests.
...
* gnu/packages/machine-learning.scm (python-lightning-cloud) [arguments]
<#:tests?>: Set to #f as PyPI archive does not provide any.
Change-Id: I406b6515441d01dc1612caa3d3e7b70fa7b2c980
2024-12-13 20:18:31 +00:00
Lars-Dominik Braun
6d97c15911
gnu: Add python-setuptools/python-wheel where necessary.
...
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
2024-12-13 20:18:25 +00:00
Lars-Dominik Braun
fdc0fefd46
build-system/pyproject: Use python-sans-pip-wrapper as default-python.
...
Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-12-13 20:15:41 +00:00
Ricardo Wurmus
dc9388e01c
gnu: r-rcppml/devel: Add missing input.
...
* gnu/packages/machine-learning.scm (r-rcppml/devel)[native-inputs]: Add
r-testthat.
Change-Id: I6a5c29c82d2417d53684dbb278ce4b1703988ffa
2024-12-03 16:59:36 +01:00
Ricardo Wurmus
1f047996b8
gnu: python-hmmlearn: Update to 0.3.3.
...
* gnu/packages/machine-learning.scm (python-hmmlearn): Update to 0.3.3.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase; add phases 'set-core-count and
'build-extensions.
[propagated-inputs]: Remove pybind11 and python-setuptools-scm.
[native-inputs]: Add pybind11, python-setuptools-scm, and util-linux.
[properties]: Add hints for the updater.
Change-Id: I1acb69c74ae9c4a508fe28cdaf834d258e7778ff
2024-12-02 10:28:59 +01:00
Danny Milosavljevic
71ac093d13
gnu: llama-cpp: Update to b4137.
...
* gnu/packages/machine-learning.scm (llama-cpp): Update to b4137.
Change-Id: I530dadd4a228a6384b66093a6f7fedaf1fe4b4e8
2024-11-19 20:53:52 +01:00
Danny Milosavljevic
fe33375b25
gnu: llama-cpp: Fix build flags.
...
* gnu/packages/machine-learning.scm (llama-cpp)[arguments]<#:configure-flags>:
Use new names from the package update.
Change-Id: I14095b5a594efbcfc7abfdd50fd2930fa7878394
2024-11-19 20:40:48 +01:00
Danny Milosavljevic
7a89bbffd0
gnu: llama-cpp: Update to b3907.
...
* gnu/packages/machine-learning.scm (llama-cpp): Update to b3907.
[arguments]<#:phases>[install-python-scripts]: Update script names.
[remove-tests]: New phase.
Change-Id: I0a3444f10679279b4517f2a002fead4cd5f45498
2024-10-12 15:35:24 +02:00
David Elsing
571c605f17
gnu: python-pytorch-lightning: Update to commit 2064887.
...
* gnu/packages/machine-learning.scm (python-pytorch-lightning): Update to
commit 2064887.
[source]: Update URL.
[arguments]<#:tests-flags>: Skip additional failing tests.
<#:phases>: Adjust 'patch-version-detection' phase.
2024-09-06 11:46:26 +02:00
David Elsing
77f59d1458
gnu: python-torchmetrics: Update to 1.4.1.
...
* gnu/packages/machine-learning.scm (python-torchmetrics): Update to 1.4.1.
[source]: Switch to GitHub repository.
[arguments]: New field.
[propagated-inputs]: Add python-lightning-utilities.
[home-page]: Update URL.
2024-09-06 11:46:26 +02:00
David Elsing
e4b99a7918
gnu: python-lightning-utilities: Update to 0.11.6.
...
* gnu/packages/machine-learning.scm (python-lightning-utilities): Update to
0.11.6.
[source] Adjust URI.
[build-system]: Move to pyproject-build-system.
2024-09-06 11:46:25 +02:00
David Elsing
a9e4ce6a58
gnu: python-torchvision: Update to 0.19.0.
...
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.19.0.
[arguments]: Add 'setenv' phase for finding libjpeg-turbo.
[inputs]: Add ffmpeg.
2024-09-06 11:46:25 +02:00
David Elsing
b44b2e346c
gnu: python-pytorch: Update to 2.4.0.
...
This also updates the qnnpack-pytorch package.
* gnu/packages/machine-learning.scm (%python-pytorch-version): Set to 2.4.0.
(%python-pytorch-src): Adjust hash accordingly.
[source]: Remove obsolete file deletions in snippet.
(python-pytorch)[arguments]<#:phases>: Disable telemetry and set Python
install directory. Remove obsolete USE_FFMPEG, USE_OPENCV and
USE_PYTORCH_QNNPACK environment variables.
[native-inputs]: Remove python-typing-extensions.
[inputs]: Add brotli, cpp-httplib and zlib. Remove qnnpack. Use oneapi-dnnl,
qnnpack-pytorch and xnnpack for all systems.
[propagated-inputs]: Add onnx and python-typing-extensions. Use cpuinfo for
all systems.
[supported-systems]: New field.
(python-pytorch-for-r-torch)[inputs]: Add qnnpack.
* gnu/packages/patches/python-pytorch-fix-codegen.patch: Adjust patch.
* gnu/packages/patches/python-pytorch-runpath.patch: Adjust patch.
* gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust patch.
* gnu/packages/patches/python-pytorch-without-kineto.patch: Adjust patch.
2024-09-06 11:46:25 +02:00
David Elsing
21bacce230
gnu: gloo: Update to commit 81925d1.
...
* gnu/packages/machine-learning.scm (gloo): Update to commit 81925d1.
[arguments]: Add -DCMAKE_CXX_STANDARD=17 to #:configure-flags.
[supported-systems]: New field.
2024-09-06 11:46:25 +02:00
David Elsing
73302e3cae
gnu: onnx-optimizer: Update to 0.3.19.
...
* gnu/packages/machine-learning.scm (onnx-optimizer): Update to 0.3.19.
* gnu/packages/patches/onnx-optimizer-system-library.patch: Adjust patch.
Co-authored-by: Andy Tai <atai@atai.org>
2024-09-06 11:46:25 +02:00
David Elsing
595cc594b6
gnu: onnx: Update to 1.16.2.
...
* gnu/packages/machine-learning.scm (onnx): Update to 1.16.2.
[source]: Remove patch.
[build-system]: Move to pyproject-build-system.
[arguments]<#:tests?>: Disable for systems where python-nbval is not
supported.
<#:phases>: Remove 'relax-requirements' phase. Pass "-DONNX_BUILD_TESTS" to
CMake depending on tests?.
[native-inputs]: Add python-fb-re2 and python-parameterized-next. Remove
python-nbval on unsupported systems.
* gnu/packages/patches/onnx-shared-libraries.patch: Adjust patch.
* gnu/packages/patches/onnx-skip-model-downloads.patch: Adjust patch.
* gnu/packages/patches/onnx-use-system-googletest.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Co-authored-by: Andy Tai <atai@atai.org>
2024-09-06 11:46:25 +02:00
David Elsing
852c75a125
gnu: Remove onnx-for-torch2.
...
* gnu/packages/machine-learning.scm (onnx-for-torch2): Delete variable.
2024-09-06 11:46:25 +02:00
David Elsing
95cec3af47
gnu: Remove onnx-optimizer-for-torch2.
...
* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): Delete variable.
2024-09-06 11:46:24 +02:00
David Elsing
e85b3fc595
gnu: Add xnnpack-for-r-torch.
...
* gnu/packages/machine-learning.scm (xnnpack-for-r-torch): New variable.
(xnnpack)[inputs]: Use xnnpack-for-r-torch instead of xnnpack.
2024-09-06 11:46:24 +02:00
David Elsing
f1d0626605
gnu: xnnpack: Update to commit 08f1489.
...
More tests fail when building the shared library, so they are disabled. The
scripts to generate the autogenerated files run all commands at once, so they
are converted to Makefiles first.
* gnu/packages/machine-learning.scm (xnnpack): Update to commit 08f1489.
[source]: Remove patch. Adjust snippet.
[arguments]<#:configure-flags>: Add "-DXNNPACK_BUILD_TESTS=OFF".
<#:tests?>: Disable tests.
<#:phases>: Adjust 'fix-cmake' phase. Convert code generation scripts to
Makefiles and run them. Run different missing scripts.
* gnu/packages/patches/xnnpack-remove-broken-tests.patch: Remove file.
* gnu/packages/patches/xnnpack-system-libraries.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove them.
2024-09-06 11:46:24 +02:00
David Elsing
e943d9ad53
gnu: fbgemm: Update to 0.7.0.
...
* gnu/packages/machine-learning.scm (fbgemm): Update to 0.7.0.
2024-09-06 11:46:24 +02:00
David Elsing
d433001154
gnu: oneapi-dnnl: Update to 3.5.3.
...
* gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.5.3.
2024-09-06 11:46:24 +02:00
David Elsing
cf468ebd38
gnu: nnpack: Depend on python-peachpy only for x86_64.
...
* gnu/packages/machine-learning.scm (nnpack)[native-inputs]: Provide
python-peachpy only when 'target-x86-64?'.
2024-09-06 11:46:23 +02:00
David Elsing
459062ba3c
gnu: Remove python-typing-extensions-4.10.
...
* gnu/packages/machine-learning.scm (python-typing-extensions-4.10): Delete
variable.
* gnu/packages/machine-learning.scm (python-pytorch)[native-inputs] Replace
python-typing-extensions-4.10 with python-typing-extensions.
2024-09-06 11:46:23 +02:00
Andy Tai
52681a036a
gnu: tensorflow-lite: Fix build.
...
* gnu/packages/machine-learning.scm (tensorflow-lite): Fix build.
[inputs]: Change flatbuffers-next to flatbuffers-23.1.
* gnu/packages/serialization.scm (flatbuffers-23.1): New variable.
Change-Id: I257c3563cb91cbf8e0f0874367aafced248ab4dc
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:33 +02:00
Vinicius Monego
48bcf78c04
gnu: python-deepxde: Update to 1.12.1.
...
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.1.
Change-Id: I7996c7686e1b6f97a4b54efc6153fe5adebd0b4b
2024-09-02 17:42:34 -03:00
Maxim Cournoyer
c0f10e91f0
gnu: ghmm: Import the correct set of modules.
...
* gnu/packages/machine-learning.scm (ghmm) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
Change-Id: I317b9eb60afd63eeb4643556e94cb26a1162abb4
2024-08-31 10:42:22 +02:00
Maxim Cournoyer
f59df1aa3c
build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
...
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-08-31 10:42:16 +02:00
Vinicius Monego
ed882ad668
gnu: python-pyro-ppl: Simplify inputs.
...
* gnu/packages/machine-learning.scm (python-pyro-ppl)[native-inputs]: Remove
ninja, jupyter, python-black, python-flake8, python-graphviz, python-isort,
python-lap, python-matplotlib, python-mypy, python-nbformat, python-nbsphinx,
python-nbstripout, python-nbval, python-pandas, python-pillow,
python-pypandoc, python-pytest, python-pytest-cov, python-pytest-xdist,
python-scikit-learn, python-scipy, python-seaborn, python-sphinx,
python-sphinx-rtd-theme, python-torchvision, python-visdom, python-wget,
python-yapf.
Change-Id: Id7a413fdbdd8a808dffb4804c8a7f04bf2c31bbc
2024-07-28 10:59:48 -03:00
Vinicius Monego
22e8880ae2
gnu: python-pyro-ppl: Update to 1.9.1.
...
* gnu/packages/machine-learning.scm (python-pyro-ppl): Update to 1.9.1.
[arguments]: Remove #:test-flags and skip all tests in #:tests?.
Change-Id: If90024d904bb830df2868423a5947ecaf45b46fc
2024-07-28 10:59:04 -03:00
Vinicius Monego
2b40c6985a
gnu: python-botorch: Update to 0.11.3.
...
* gnu/packages/machine-learning.scm (python-botorch): Update to 0.11.3.
[arguments]<#:test-flags>: Skip a failing test.
<#:phases>: Delete the 'lo-version phase.
Change-Id: I110631da8c5e442eaf00daa1b42caff29d61b36b
2024-07-28 10:49:17 -03:00
jgart
6617da6f30
gnu: python-keras: Update home page url.
...
* gnu/packages/machine-learning.scm (python-keras) [home-page]: Update home
page.
Change-Id: I7e4bd1dc64dbbd042de5dc50036ae12ca7c76fc3
2024-07-19 16:40:54 -05:00
Ricardo Wurmus
5e48571f8c
gnu: liblantern: Update to 0.13.0.
...
* gnu/packages/machine-learning.scm (liblantern): Update to 0.13.0.
Change-Id: I7725adf59e4506b2b5b301ca2f57c4f07e16f594
2024-07-17 22:38:23 +02:00