Skip to content

Commit

Permalink
multimethod is a runtime dependency (#1112)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine authored Mar 14, 2023
1 parent 7774ab6 commit d8fee89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
packages=find_packages(include=["pandera*"]),
package_data={"pandera": ["py.typed"]},
install_requires=[
"packaging >= 20.0",
"multimethod",
"numpy >= 1.19.0",
"packaging >= 20.0",
"pandas >= 1.2.0",
"pydantic",
"typing_extensions >= 3.7.4.3 ; python_version<'3.8'",
Expand Down

0 comments on commit d8fee89

Please sign in to comment.