Skip to content

Commit 0b9e955

Browse files
Version updated
1 parent 3b48cfe commit 0b9e955

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ The latest version of the package can be installed via pip
3535
pip install normflows
3636
```
3737

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
4040
[PyTorch website](https://pytorch.org/get-started/locally/).
4141

4242
To run the example notebooks clone the repository first

normflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from . import sampling
1111
from .sampling import HAIS
1212

13-
__version__ = "1.3"
13+
__version__ = "1.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = "1.3"
5+
__version__ = "1.4"
66

77
here = path.abspath(path.dirname(__file__))
88

0 commit comments

Comments
 (0)