Skip to content

Commit

Permalink
Fix dependencies pinning (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Sep 16, 2024
1 parent 008d34f commit c1011c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/jupytercad_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.0.1,<3",
"jupytercad_core>=2.0.0a0,<3",
"jupytercad_lab>=2.0.0a0,<3",
"jupytercad_core>=3.0.0a0,<4",
"jupytercad_lab>=3.0.0a0,<4",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad_lab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"yjs-widgets>=0.3.5,<0.4",
"comm>=0.1.2,<0.2.0",
"pydantic>=2,<3",
"jupytercad_core>=2.0.0a0,<3",
"jupytercad_core>=3.0.0a0,<4",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
license = {file = "LICENSE"}
Expand Down

0 comments on commit c1011c6

Please sign in to comment.