Skip to content

Commit aa6482a

Browse files
committed
feat: require dill
1 parent 5c0c903 commit aa6482a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ def get_file(filename):
4242
packages=find_packages(where="src"),
4343
package_dir={"": "src"},
4444
python_requires=">=3.6",
45-
install_requires=["pandas>=0.24.0", "requests", "pyyaml", "packaging"],
45+
install_requires=["dill", "pandas>=0.24.0", "requests", "pyyaml", "packaging"],
4646
extras_require={
4747
"swat": ["swat"],
4848
"GitPython": ["GitPython"],
49-
"numpy": ["numpy"],
5049
"scikit-learn": ["scikit-learn"],
5150
"kerberos": [
5251
'kerberos ; platform_system != "Windows"',

0 commit comments

Comments
 (0)