We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0d22ac + 5aa60f7 commit 52169faCopy full SHA for 52169fa
.gitignore
@@ -24,7 +24,7 @@ dist-ssr
24
*.sw?
25
*.pyc
26
venv/
27
-
+build
28
docs/_build
29
30
# python
pyproject.toml
@@ -28,6 +28,7 @@ dependencies = [
"matplotlib>=3.7.0",
"numpy>=1.24.0",
"plotly>=6.0",
31
+ "scikit-rf>=1.8.0",
32
]
33
34
[project.optional-dependencies]
0 commit comments