bumped version and added info on CuPy
Browse files
README.md
CHANGED
@@ -26,6 +26,11 @@ As TensorFlow 2.4 only supports Python 3.6-3.8, so does livermask. Note that liv
|
|
26 |
pip install cupy-cuda110
|
27 |
```
|
28 |
|
|
|
|
|
|
|
|
|
|
|
29 |
Program has been tested using Python 3.7 on Windows, macOS, and Ubuntu Linux 18.04.
|
30 |
|
31 |
## Usage:
|
|
|
26 |
pip install cupy-cuda110
|
27 |
```
|
28 |
|
29 |
+
(DEBUG) If you experience issues with numpy, after installing CuPy, try reinstalling CuPy with this extension:
|
30 |
+
```
|
31 |
+
pip install 'cupy-cuda110>=7.7.0,<8.0.0'
|
32 |
+
```
|
33 |
+
|
34 |
Program has been tested using Python 3.7 on Windows, macOS, and Ubuntu Linux 18.04.
|
35 |
|
36 |
## Usage:
|
setup.py
CHANGED
@@ -12,7 +12,7 @@ with open('requirements.txt', 'r', encoding='utf-16', errors='ignore') as ff:
|
|
12 |
|
13 |
setup(
|
14 |
name='livermask',
|
15 |
-
version='1.3.
|
16 |
author="André Pedersen",
|
17 |
author_email="andrped94@gmail.com",
|
18 |
license='MIT',
|
|
|
12 |
|
13 |
setup(
|
14 |
name='livermask',
|
15 |
+
version='1.3.3',
|
16 |
author="André Pedersen",
|
17 |
author_email="andrped94@gmail.com",
|
18 |
license='MIT',
|