From b753266c5bdc165a96d62f6b52f5069170ae81da Mon Sep 17 00:00:00 2001 From: Philipp Holl Date: Sun, 26 Nov 2023 12:21:03 +0100 Subject: [PATCH] =?UTF-8?q?[=CE=A6]=20Bump=20version=20to=202.5.3,=20fix?= =?UTF-8?q?=20=CE=A6-ML=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PhiML | 2 +- phi/VERSION | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PhiML b/PhiML index 1582deae5..ab1ffbc45 160000 --- a/PhiML +++ b/PhiML @@ -1 +1 @@ -Subproject commit 1582deae575b701f2bd1319c09c67623a44176a5 +Subproject commit ab1ffbc4523b9d4febe5d60bb7d0451992badb26 diff --git a/phi/VERSION b/phi/VERSION index 21b159dc8..a4db534a2 100644 --- a/phi/VERSION +++ b/phi/VERSION @@ -1 +1 @@ -2.5.2 \ No newline at end of file +2.5.3 \ No newline at end of file diff --git a/setup.py b/setup.py index 86a862f24..909845b42 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ url='https://github.com/tum-pbs/PhiFlow', include_package_data=True, install_requires=[ - 'phiml', + 'phiml==1.2.1', 'matplotlib>=3.5.0', # also required by dash for color maps 'packaging', ],