File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Description: Implementation of the ivis algorithm as described in the paper:
1212 with neighbouring points being pulled together and non-neighours being pushed away.
1313Depends: R (>= 3.2.3)
1414Imports: reticulate
15- License: MIT
15+ License: Apache License, Version 2.0
1616Encoding: UTF-8
1717LazyData: true
1818RoxygenNote: 7.0.2
Original file line number Diff line number Diff line change 1717 url = 'http://github.com/beringresearch/ivis' ,
1818 author = 'Benjamin Szubert, Ignat Drozdov' ,
1919 author_email = 'bszubert@beringresearch.com, idrozdov@beringresearch.com' ,
20- license = 'GNU General Public License v2 .0' ,
20+ license = 'Apache License, Version 2 .0' ,
2121 packages = find_packages (),
22+ python_requires = '>=3.5' ,
2223 install_requires = [
2324 'numpy' ,
2425 'scikit-learn>0.20.0' ,
You can’t perform that action at this time.
0 commit comments