Skip to content

Commit

Permalink
Resolves pandera dependency issue with numpy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eleff committed Aug 21, 2024
1 parent 62f33d4 commit cae475b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ regex==2023.10.3
argon2-cffi==23.1.0
email-validator==2.1.0.post1
pandas>=2.0.3
pandera==0.19.0
pandera==0.20.3
plotly==5.23.0
python-dotenv==1.0.0
pytensils==1.2.0
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
Expand All @@ -28,7 +29,7 @@ install_requires =
argon2-cffi==23.1.0
email-validator==2.1.0.post1
pandas>=2.0.3
pandera==0.19.0
pandera==0.20.3
plotly==5.23.0
python-dotenv==1.0.0
pytensils==1.2.0
Expand Down

0 comments on commit cae475b

Please sign in to comment.