Skip to content

Commit 2a01a3f

Browse files
committed
chore: update poetry version
1 parent e1f0636 commit 2a01a3f

5 files changed

Lines changed: 3223 additions & 1580 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
@echo 🔧 ENVIRONMENT SETUP
1515
make install-gmp
1616
python3 -m pip install -U pip
17-
pip3 install 'poetry==1.8.3'
17+
pip3 install 'poetry==2.2.1'
1818
poetry config virtualenvs.in-project true
1919
poetry config installer.modern-installation false
2020
printf "Cython<3\n" > /tmp/pip-constraints.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ElectionGuard supports a variety of use cases. The Primary use case is to genera
3737
- [GNU Make](https://www.gnu.org/software/make/manual/make.html) is used to simplify the commands and GitHub Actions. This approach is recommended to simplify the command line experience. This is built in for MacOS and Linux. For Windows, setup is simpler with [Chocolatey](https://chocolatey.org/install) and installing the provided [make package](https://chocolatey.org/packages/make). The other Windows option is [manually installing make](http://gnuwin32.sourceforge.net/packages/make.htm).
3838
- [Gmpy2](https://gmpy2.readthedocs.io/en/latest/) is used for [Arbitrary-precision arithmetic](https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic) which
3939
has its own [installation requirements (native C libraries)](https://gmpy2.readthedocs.io/en/latest/intro.html#installation) on Linux and MacOS. **⚠️ Note:** _This is not required for Windows since the gmpy2 precompiled libraries are provided._
40-
- [poetry 1.1.13](https://python-poetry.org/) is used to configure the python environment. Installation instructions can be found [here](https://python-poetry.org/docs/#installation).
40+
- [poetry 2.2.1](https://python-poetry.org/) is used to configure the python environment. Installation instructions can be found [here](https://python-poetry.org/docs/#installation).
4141

4242
## 🚀 Quick Start
4343

0 commit comments

Comments
 (0)