diff options
| -rw-r--r-- | gnu/packages/machine-learning.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index d231c98beb..ed3ec4da34 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5537,7 +5537,8 @@ Note: currently this package does not provide GPU support.") python-tqdm python-xxhash)) (native-inputs - (list python-flit-core-next + (list openssl + python-flit-core-next python-pytest python-pytest-cov)) (home-page "https://pyg.org") |
