File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ The latest version of the package can be installed via pip
35
35
pip install normflows
36
36
```
37
37
38
- If you want to use a GPU, make sure that PyTorch is set up correctly by
39
- by following the instructions at the
38
+ At least Python 3.7 is required. If you want to use a GPU, make sure that
39
+ PyTorch is set up correctly by following the instructions at the
40
40
[ PyTorch website] ( https://pytorch.org/get-started/locally/ ) .
41
41
42
42
To run the example notebooks clone the repository first
Original file line number Diff line number Diff line change 10
10
from . import sampling
11
11
from .sampling import HAIS
12
12
13
- __version__ = "1.3 "
13
+ __version__ = "1.4 "
Original file line number Diff line number Diff line change 2
2
from codecs import open
3
3
from os import path
4
4
5
- __version__ = "1.3 "
5
+ __version__ = "1.4 "
6
6
7
7
here = path .abspath (path .dirname (__file__ ))
8
8
You can’t perform that action at this time.
0 commit comments