Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing dependecy definition of 'packaging' #6207

Merged
merged 12 commits into from
Jan 31, 2022
Next Next commit
🩹 Added packaging to install_requires
  • Loading branch information
s-weigand committed Jan 29, 2022
commit 1e4ae63081cd68d2d5ba6e87ba9d4f0fc8319c01
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ python_requires = >=3.8
install_requires =
numpy >= 1.18
pandas >= 1.1
packaging
jhamman marked this conversation as resolved.
Show resolved Hide resolved

[options.extras_require]
io =
Expand Down