Skip to content

Commit 1bb4afa

Browse files
authored
#168 Merge pull request from astropenguin/astropenguin/issue166
2 parents 9aec7f1 + 05793eb commit 1bb4afa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.10-slim
22

33
ENV PATH=$PATH:/root/.local/bin
44
ENV POETRY_VIRTUALENVS_CREATE=false
5+
ENV POETRY_VERSION=1.2.0
56

67
RUN apt-get update \
78
&& apt-get install -y curl git \

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ xarray = [
2222
{ version = ">=0.18, <2023", python = ">=3.8, <3.11" },
2323
]
2424

25-
[tool.poetry.dev-dependencies]
25+
[tool.poetry.group.dev.dependencies]
2626
black = "^22.3"
2727
ipython = [
2828
{ version = "^7.32", python = ">=3.7.1, <3.8" },
@@ -42,5 +42,5 @@ reportUnknownVariableType = "warning"
4242
typeCheckingMode = "strict"
4343

4444
[build-system]
45-
requires = ["poetry-core>=1.0.0"]
45+
requires = ["poetry-core"]
4646
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)