Commit 042a659
authored
Do not load nrrd package in setup.py (#143)
Prevent importing nrrd package in setup.py because this causes an error about nptyping package missing whilst running setup.py which is in the process of installing the packages.
The fix is to read the _version.py file specifically without importing the package.1 parent 858bfc0 commit 042a659
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments