mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 16:55:56 +02: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:
@@ -6191,7 +6191,7 @@ performance library of basic building blocks for deep learning applications.")
|
||||
(propagated-inputs (list python-cloudpickle python-farama-notifications
|
||||
python-importlib-metadata python-numpy
|
||||
python-typing-extensions))
|
||||
(native-inputs (list python-pytest python-scipy))
|
||||
(native-inputs (list python-pytest python-scipy python-setuptools))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
||||
Reference in New Issue
Block a user