Skip to content

Commit

Permalink
add typing-extensions dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed Jan 15, 2024
1 parent a01a5a9 commit 0bc752f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ classifiers = [
# add your package dependencies here
dependencies = [
"numpy",
"pandas>=2.1.1"
"pandas>=2.1.1",
"typing-extensions",
]

# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
Expand Down

0 comments on commit 0bc752f

Please sign in to comment.