Skip to content

Commit

Permalink
fix: pin below ipyreact v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Oct 29, 2024
1 parent 934c69f commit 09dea9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
dependencies = [
"htmltools",
"databackend",
"ipyreact",
"ipyreact<=0.4.1",
"IPython",
"importlib-metadata",
"importlib-resources",
Expand Down Expand Up @@ -101,4 +101,4 @@ markers = [
]

[tool.black]
line-length = 100
line-length = 100

0 comments on commit 09dea9c

Please sign in to comment.