Skip to content

Commit

Permalink
depend on nflows 0.14, prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Dec 8, 2020
1 parent e8e99f6 commit 123ae36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v0.14.0
- Upgrade dependency on `nflows` to 0.14 for NSF fix (nflows #25).
# v0.13.1
- Fix GPU bug in MDN.

Expand Down
2 changes: 1 addition & 1 deletion pyknos/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# pyknos is licensed under the Affero General Public License v3,
# see <https://www.gnu.org/licenses/>.

VERSION = (0, 13, 1)
VERSION = (0, 14, 0)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def load_version_dict(fname: str = "version.py") -> Dict[str, Any]:
PYTHON_REQUIRES = ">=3.6.0"

INSTALL_REQUIRES = (
["matplotlib", "nflows==0.13", "numpy", "tensorboard", "torch", "tqdm",],
["matplotlib", "nflows==0.14", "numpy", "tensorboard", "torch", "tqdm",],
)

EXTRAS_REQUIRES = (
Expand Down

0 comments on commit 123ae36

Please sign in to comment.