mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gymnasium: Fix build.
* gnu/packages/machine-learning.scm (python-gymnasium)[native-inputs]: Add python-setuptools. Change-Id: I97e1283e1696b22489e91b4160b0bf49b513d3e7
This commit is contained in:
parent
7d199bdc2b
commit
9f53e10235
1 changed files with 1 additions and 1 deletions
|
@ -6191,7 +6191,7 @@ performance library of basic building blocks for deep learning applications.")
|
||||||
(propagated-inputs (list python-cloudpickle python-farama-notifications
|
(propagated-inputs (list python-cloudpickle python-farama-notifications
|
||||||
python-importlib-metadata python-numpy
|
python-importlib-metadata python-numpy
|
||||||
python-typing-extensions))
|
python-typing-extensions))
|
||||||
(native-inputs (list python-pytest python-scipy))
|
(native-inputs (list python-pytest python-scipy python-setuptools))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue