Skip to content

Commit

Permalink
docs: Note poetry 1.8.x requirement
Browse files Browse the repository at this point in the history
poetry 1.8.x required for recent versions on macos.
  • Loading branch information
A. Riddell committed Feb 6, 2025
1 parent ab39766 commit 9c2f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c2f134

Please sign in to comment.