Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
We don't use Pydantic
  • Loading branch information
cwognum authored Jun 28, 2024
1 parent ee6a33d commit dee0f6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ classifiers = [
dependencies = [
"tqdm",
"loguru",
"pydantic",
"numpy",
"pandas",
"scipy",
Expand Down Expand Up @@ -93,4 +92,4 @@ target-version = "py310"
lint.per-file-ignores."__init__.py" = [
"F401", # imported but unused
"E402", # Module level import not at top of file
]
]

0 comments on commit dee0f6c

Please sign in to comment.