diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a44ed5e74..ef45858f51 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12685,12 +12685,6 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.") (arguments (list #:install-source? #false - #:cargo-inputs - (list rust-pyo3-0.22 - rust-fancy-regex-0.13 - rust-regex-1 - rust-rustc-hash-1 - rust-bstr-1) #:imported-modules (append %pyproject-build-system-modules %cargo-build-system-modules) @@ -12714,6 +12708,7 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.") (replace 'install (assoc-ref py:%standard-phases 'install))))) (propagated-inputs (list python-regex python-requests)) + (inputs (cargo-inputs 'python-tiktoken)) (native-inputs (list python-setuptools python-setuptools-rust |
