Skip to content

Commit 0e982bf

Browse files
committed
Set pandas dependency >=0.24.0 to include change for df.tolist -> df.to_list alias.
1 parent bef7110 commit 0e982bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_file(filename):
4242
packages=find_packages(where="src"),
4343
package_dir={"": "src"},
4444
python_requires=">=3.6",
45-
install_requires=["pandas", "requests", "pyyaml", "packaging"],
45+
install_requires=["pandas>=0.24.0", "requests", "pyyaml", "packaging"],
4646
extras_require={
4747
"swat": ["swat"],
4848
"GitPython": ["GitPython"],

0 commit comments

Comments
 (0)