Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Nov 20, 2023
1 parent e0230d6 commit 3f200b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion example-notebooks/mpm/papermill-mpm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@
" \"template-mpm-run.ipynb\", # input template notebook\n",
" \"mpm1.ipynb\", # Your modified notebook\n",
" # Parameters that you can specify in the template notebook\n",
" parameters=dict(path=\"/MyData/mpm-benchmarks/2d/uniaxial_stress/\", duration=\"00:05:00\"),\n",
" parameters=dict(\n",
" path=\"/MyData/mpm-benchmarks/2d/uniaxial_stress/\", duration=\"00:05:00\"\n",
" ),\n",
")"
]
}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dsjobs"
version = "0.1.4"
version = "0.1.5"
description = "DSJobs simplifies accessing TAPIS on DesignSafe"
authors = [
"Krishna Kumar <[email protected]>",
Expand All @@ -12,7 +12,7 @@ packages = [{include = "dsjobs"}]
[tool.poetry.dependencies]
python = "^3.8"
tqdm = "^4.66.1"
agavepy = "^0.9.5"
agavepy = ">0.9.5"
exceptiongroup = "^1.1.3"


Expand Down

0 comments on commit 3f200b2

Please sign in to comment.