We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f31d3 + b505c9f commit bfcd209Copy full SHA for bfcd209
.travis.yml
@@ -6,7 +6,7 @@ env:
6
7
_install: &_install
8
- . .travis.install
9
- - pip install numpy auditwheel==1.5 setuptools twine
+ - pip install numpy auditwheel==1.4 setuptools twine
10
- python3 setup.py bdist_wheel
11
- auditwheel repair -w dist dist/*
12
setup.py
@@ -46,7 +46,7 @@ def is_pure(self):
46
setup(
47
name="libMHCUDA",
48
description="Accelerated Weighted MinHash-ing on GPU",
49
- version="2.0.2",
+ version="2.0.3",
50
license="Apache Software License",
51
author="Vadim Markovtsev",
52
author_email="[email protected]",
0 commit comments