Skip to content
Snippets Groups Projects

Added Wiener deconvolution.

Merged Danilo Enoque Ferreira de Lima requested to merge wiener into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -27,7 +27,7 @@ dynamic = ["version", "readme"]
@@ -27,7 +27,7 @@ dynamic = ["version", "readme"]
dependencies = [
dependencies = [
"numpy>=1.21",
"numpy>=1.21",
"scipy>=1.6",
"scipy>=1.6",
"scikit-learn>=1.0.2",
"scikit-learn>=1.2.0",
"autograd",
"autograd",
]
]
Loading