Skip to content

Commit

Permalink
build: update deps, add pydantic-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Jan 14, 2024
1 parent 26a3199 commit c56464e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ dependencies = [
"matplotlib~=3.8.0",
"numpy~=1.26.1",
"tablib~=3.5.0",
"pydantic~=2.4.1"
"pydantic>=2.5",
"pydantic-settings>=2.1",
"pydantic_numpy>=4.1"
]

[project.optional-dependencies]
Expand All @@ -49,7 +51,8 @@ dev = [
"autopep8",
"pydocstyle",
"black",
"bump2version"
"bump2version",
"raman_fitting[pytest]"
]

[project.urls]
Expand Down

0 comments on commit c56464e

Please sign in to comment.