Skip to content

Commit

Permalink
added the scikit-rf package which is needed for some microwave plugin…
Browse files Browse the repository at this point in the history
… notebooks
  • Loading branch information
dmarek-flex committed May 15, 2024
1 parent 9dd89f6 commit e9ed1df
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
32 changes: 29 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ gdstk = {version=">=0.9.49", optional = true}
jaxlib = {version = "0.4.25", source="jaxsource", optional = true}
jax = {version = "0.4.25", extras = ["cpu"], source="jaxsource", optional = true}

# scikit-rf
scikit-rf = {version="*", optional = true}

# trimesh
networkx = {version = "^2.6.3", optional = true}
rtree = {version = "1.2.0", optional = true}
Expand Down Expand Up @@ -110,11 +113,12 @@ dev = ['bump-my-version', 'black', "coverage", 'dill', 'divparams', 'gdspy', 'gd
'jupyter', 'jupyterblack', 'myst-parser', 'memory_profiler', 'nbconvert', 'nbdime', 'nbsphinx', 'networkx', 'optax', 'pre-commit',
'pydata-sphinx-theme', 'pylint', 'pyswarms', 'pytest', 'pytest-timeout', 'rtree', 'ruff', 'sax', 'signac', 'sphinx',
'sphinx-book-theme', 'sphinx-copybutton', 'sphinx-favicon', 'sphinx-notfound-page', 'sphinx-sitemap', 'sphinx-tabs', 'sphinxemoji', 'tmm', 'tox', 'trimesh',
'vtk', 'devsim', 'cma']
'scikit-rf', 'vtk', 'devsim', 'cma']
docs = ["jupyter", "jinja2", "nbconvert", "sphinx", "nbsphinx", "ipython", "divparams", "sphinx-copybutton", 'sphinx-favicon', "sphinx-book-theme", "pydata-sphinx-theme", "tmm", "gdstk", "grcwa", "sphinx-sitemap", 'sphinx-notfound-page', "nbdime", "optax", "signac", "sax", "pylint", "jupyterblack", "sphinx-tabs", "sphinxemoji", "myst-parser", "devsim", "cma"]
gdspy = ["gdspy"]
gdstk = ["gdstk"]
jax = ["jaxlib", "jax"]
scikit-rf = ["scikit-rf"]
trimesh = ["trimesh", "networkx", "rtree"]
vtk = ["vtk"]

Expand Down

0 comments on commit e9ed1df

Please sign in to comment.