Skip to content

Commit 54f2c60

Browse files
authored
chore(deps): use carret version requirements (#91)
1 parent 9810425 commit 54f2c60

File tree

2 files changed

+26
-29
lines changed

2 files changed

+26
-29
lines changed

poetry.lock

Lines changed: 18 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ packages = [
3434

3535
[tool.poetry.dependencies]
3636
python = ">=3.8.1,<3.12"
37-
click = ">=8.0"
38-
click-default-group = ">=1.2"
39-
numpy = ">=1.19"
40-
opencv-python = ">=4.6"
41-
pydantic = ">=1.9"
42-
pyside6 = ">=6"
43-
requests = ">=2.26"
44-
tqdm = ">=4.62"
37+
click = "^8.1.3"
38+
click-default-group = "^1.2.2"
39+
numpy = "^1.19"
40+
opencv-python = "^4.6.0.66"
41+
pydantic = "^1.10.2"
42+
pyside6 = "^6.4.1"
43+
requests = "^2.28.1"
44+
tqdm = "^4.64.1"
4545

4646
[tool.poetry.group.docs.dependencies]
4747
manim = "^0.17.0"

0 commit comments

Comments
 (0)