Skip to content

Commit 7550cee

Browse files
committed
Update project dependencies
1 parent 2e28503 commit 7550cee

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
{
22
"name": "kidanalysis-delft",
33
"image": "python:3.11",
4-
"features": {
5-
"ghcr.io/devcontainers-contrib/features/poetry:2": {
6-
"version": "1.8.3"
7-
}
8-
},
94
"containerEnv": {
105
"POETRY_VIRTUALENVS_CREATE": "false"
116
},
127
"runArgs": [
138
"--name=kidanalysis-delft"
149
],
15-
"postCreateCommand": "poetry install",
10+
"postCreateCommand": "pip install poetry && poetry install",
1611
"customizations": {
1712
"vscode": {
1813
"extensions": [

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "2024.7.0"
44
description = "KID analysis scripts made in Delft"
55
authors = ["Kenichi Karatsu", "Shinji Fujita"]
66
maintainers = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
7+
package-mode = false
78
readme = "README.md"
89

910
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)