1
0
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:
Danny Milosavljevic
2024-12-21 10:57:48 +01:00
parent 7d199bdc2b
commit 9f53e10235
+1 -1
View File
@@ -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