mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gymnasium: Add missing input.
* gnu/packages/machine-learning.scm (python-gymnasium)[native-inputs]: Add python-wheel. Change-Id: I118aa4283767906c59a6daa93d0ba01bfbfb6029
This commit is contained in:
parent
b81d96ac95
commit
a2a628de68
1 changed files with 5 additions and 4 deletions
|
@ -6218,10 +6218,6 @@ performance library of basic building blocks for deep learning applications.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cab4wsnlsxn2z90qmymv8ppmsq8yq2amiqwid3r0xfbxx92flqs"))))
|
(base32 "1cab4wsnlsxn2z90qmymv8ppmsq8yq2amiqwid3r0xfbxx92flqs"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-cloudpickle python-farama-notifications
|
|
||||||
python-importlib-metadata python-numpy
|
|
||||||
python-typing-extensions))
|
|
||||||
(native-inputs (list python-pytest python-scipy python-setuptools))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -6230,6 +6226,11 @@ performance library of basic building blocks for deep learning applications.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-output-to-file "tests/__init__.py"
|
(with-output-to-file "tests/__init__.py"
|
||||||
(lambda _ (display ""))))))))
|
(lambda _ (display ""))))))))
|
||||||
|
(propagated-inputs (list python-cloudpickle python-farama-notifications
|
||||||
|
python-importlib-metadata python-numpy
|
||||||
|
python-typing-extensions))
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest python-scipy python-setuptools python-wheel))
|
||||||
(home-page "https://gymnasium.farama.org/")
|
(home-page "https://gymnasium.farama.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Standard API for reinforcement learning and a set of reference environments")
|
"Standard API for reinforcement learning and a set of reference environments")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue