Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
no need to pin
  • Loading branch information
dusvyat authored Apr 12, 2024
1 parent 5ebac4e commit 31895df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scipy = ">=1.7.3"
type-infer = ">=0.0.16"
dataclasses-json = "^0.6.3"
colorlog = "^6.5.0"
pydantic = "^1.10.9"
pydantic = "*"

[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit 31895df

Please sign in to comment.