Skip to content

Commit 26ff88a

Browse files
authored
Remove upper-bound pins
1 parent 830bc16 commit 26ff88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ pylint = ">=2.12.0"
3131
black = "^22.3.0"
3232
pytest-dotenv = "^0.5.2"
3333
numpy = [
34-
{ version = "^1.16.6", python = ">=3.8,<3.11" },
35-
{ version = "^1.23.4", python = ">=3.11" },
34+
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
35+
{ version = ">=1.23.4", python = ">=3.11" },
3636
]
3737

3838
[tool.poetry.urls]

0 commit comments

Comments
 (0)