From d804362f83918445908cef6294427a56f15c5380 Mon Sep 17 00:00:00 2001 From: finlayclark Date: Sun, 21 Jan 2024 16:42:26 +0000 Subject: [PATCH 1/2] Specify python<3.12 in requirements files [ci skip] --- requirements_build.txt | 2 +- requirements_host.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_build.txt b/requirements_build.txt index c2b7173ea..7d09a6677 100644 --- a/requirements_build.txt +++ b/requirements_build.txt @@ -2,7 +2,7 @@ cmake git -python +python <3.12 make ; sys_platform == "darwin" libtool ; sys_platform == "darwin" diff --git a/requirements_host.txt b/requirements_host.txt index 13cd912df..47d10fc67 100644 --- a/requirements_host.txt +++ b/requirements_host.txt @@ -7,7 +7,7 @@ libcblas libnetcdf openmm pandas -python +python<3.12 qt-main rich tbb From db89fd7ecff273675839364ebcb1753b7e4641b7 Mon Sep 17 00:00:00 2001 From: finlayclark Date: Sun, 21 Jan 2024 16:56:37 +0000 Subject: [PATCH 2/2] Update changelog --- doc/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 5b3473017..f4afb3e3a 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -15,7 +15,7 @@ organisation on `GitHub `__. `2024.1.0 `__ - March 2024 ------------------------------------------------------------------------------------------ -* Please add an item to this changelog when you create your PR +* Specified python < 3.12 in the requirements files. `2023.5.1 `__ - January 2024 --------------------------------------------------------------------------------------------