Skip to content

Commit

Permalink
[Setup] Can switch to use the latest sark
Browse files Browse the repository at this point in the history
sark was pinpointed to 2.0 when moved to Python3. As sark is now
more developed, we can use the latest version withouta Python issues.
Solves one of the cases in issue CheckPointSW#41.
  • Loading branch information
chkp-eyalit committed May 27, 2020
1 parent 3e94c05 commit ac00dcf
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 @@ -16,7 +16,7 @@
url='https://github.com/CheckPointSW/Karta',
license='MIT',
packages=find_packages(),
install_requires=['elementals', 'sark==2.0', 'pydocstyle', 'flake8', 'click', 'scikit-learn'],
install_requires=['elementals', 'sark', 'pydocstyle', 'flake8', 'click', 'scikit-learn'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License (MIT License)",
Expand Down

0 comments on commit ac00dcf

Please sign in to comment.