File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "2024.7.0"
44description = " KID analysis scripts made in Delft"
55authors = [" Kenichi Karatsu" , " Shinji Fujita" ]
66maintainers = [" Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>" ]
7+ package-mode = false
78readme = " README.md"
89
910[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments