diff options
| -rw-r--r-- | gnu/packages/maths.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 55bacbea3c..b0c5b8685c 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -11118,7 +11118,7 @@ Mathics3.") (propagated-inputs (list python-django-4.2 python-mathics-scanner python-mathics-core - python-networkx-next + python-networkx python-pygments python-requests)) (native-inputs (list python-pytest python-setuptools python-wheel)) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 58f8d66e2d..4ce3e31641 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15062,19 +15062,6 @@ interfaces in an easy and portable manner.") of the structure, dynamics, and functions of complex networks.") (license license:bsd-3))) -(define-public python-networkx-next - (package - (inherit python-networkx) - (name "python-networkx") - (version "3.4.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "networkx" version)) - (sha256 - (base32 "1qaks3c3h5qlw25z949q3plw8iwgm9h152kwnam64lwc89lkcz1h")))) - (build-system pyproject-build-system))) - (define-public python-datrie (package (name "python-datrie") |
