We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef7110 commit 0e982bfCopy full SHA for 0e982bf
setup.py
@@ -42,7 +42,7 @@ def get_file(filename):
42
packages=find_packages(where="src"),
43
package_dir={"": "src"},
44
python_requires=">=3.6",
45
- install_requires=["pandas", "requests", "pyyaml", "packaging"],
+ install_requires=["pandas>=0.24.0", "requests", "pyyaml", "packaging"],
46
extras_require={
47
"swat": ["swat"],
48
"GitPython": ["GitPython"],
0 commit comments