Skip to content

Commit a67f536

Browse files
committed
Omit git dependency
1 parent eb0a325 commit a67f536

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

mixalime/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.15.2'
1+
__version__ = '2.15.3'
22
import importlib
33
import sys
44

1.77 KB
Binary file not shown.

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
include_package_data=True,
1414
package_data={'': ['data/*']},
1515
description='Identification of allele-specific events in sequencing experiments.',
16-
dependency_links=['https://github.com/h2oai/datatable.git'],
1716
long_description=long_description,
1817
long_description_content_type="text/markdown",
1918
entry_points={

0 commit comments

Comments
 (0)