Skip to content

Commit

Permalink
Remove lower limit for pandas as it is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jan 16, 2024
1 parent f5f3d8f commit d274ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname):
long_description=read("README.rst"),
long_description_content_type="text/x-rst",
zip_safe=False,
install_requires=["pandas >= 0.20.0", "requests"], # check
install_requires=["pandas", "requests"],
extras_require={
"dev": [
"pytest",
Expand Down

0 comments on commit d274ce6

Please sign in to comment.