From 9c2f13443a69d590cc7810d5b29200191ea185db Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Wed, 5 Feb 2025 20:10:38 -0500 Subject: [PATCH] docs: Note poetry 1.8.x requirement poetry 1.8.x required for recent versions on macos. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f527bc8a..426a9d5d9 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ If your system uses a different kind of CPU, you should be able to install from make # Build the httpstan wheel on your system - python -m pip install "poetry~=1.7.1" + python -m pip install "poetry~=1.8" python3 -m poetry build # Install the wheel