File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ conda install poetry
111111
112112``` sh
113113# or PyPI
114- pip install poetry
114+ pip install ' poetry>=1.2 '
115115```
116116
117117- Install the project dependencies
Original file line number Diff line number Diff line change 11## Set Up Environment
22
33- Make sure you have ` python >= 3.9 ` installed.
4- - Install poetry: ` pip install poetry `
4+ - Install poetry: ` pip install ' poetry>=1.2' `
55- Install the project dependencies: ` poetry update `
66- Enter the virtual environment: ` poetry shell `
77- Run all tests: ` poe test_all `
88- Enable pre-commit: ` pre-commit install `
9- - Do you want to add a new dependency? ` poetry add --dev foo-pkg `
9+ - Do you want to add a new dependency? ` poetry add foo-pkg --group dev `
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ python = ">=3.9"
3434types-pytz = " >= 2022.1.1"
3535numpy = { version = " >=1.26.0" , python = " <3.13" }
3636
37- [tool .poetry .dev- dependencies ]
37+ [tool .poetry .group . dev . dependencies ]
3838mypy = " 1.6.0"
3939pandas = " 2.1.1"
4040pyarrow = " >=10.0.1"
You can’t perform that action at this time.
0 commit comments