Skip to content

Commit

Permalink
Merge pull request pycaret#1476 from pycaret/fix_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 authored Jul 25, 2021
2 parents e1af4a4 + fc312de commit cc9cee9
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 @@ -39,5 +39,5 @@ def readme():
include_package_data=True,
install_requires=required,
extras_require={"full": optional_required,
"test": test_required + + optional_required},
"test": test_required + optional_required},
)

0 comments on commit cc9cee9

Please sign in to comment.