diff options
Diffstat (limited to 'gnu/packages/graph.scm')
| -rw-r--r-- | gnu/packages/graph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 565afef7de8..1947e893c59 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -640,7 +640,7 @@ contains supporting code for evaluation and parameter tuning.") (native-inputs (list python-scipy)) (inputs - (list faiss openblas python-wrapper swig)) + (list faiss openblas python-wrapper swig-4.0)) (propagated-inputs (list python-numpy)) (description "Faiss is a library for efficient similarity search and |
