Skip to content

Commit

Permalink
added marimo to project poetry deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abocchieri committed Dec 25, 2024
1 parent 6e39437 commit 36be544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "paos"
version = "1.2.6-dev5"
version = "1.2.6-dev4"
description = "PAOS, the Physical Optics Simulator, is a fast, modern, and reliable Python package for Physical Optics studies. It implements Physical Optics Propagation in Fresnel approximation and paraxial ray tracing to analyze complex waveform propagation through both generic and off-axes optical systems."
license = "BSD-3-Clause"
authors = [
Expand Down Expand Up @@ -61,6 +61,7 @@ loguru = "^0.7.2"
shiny = "*"
shinywidgets = "*"
faicons = "*"
marimo = "^0.10.7"

[tool.poetry.group.docs.dependencies]
sphinx = "*"
Expand Down

0 comments on commit 36be544

Please sign in to comment.