diff --git a/example-notebooks/mpm/papermill-mpm.ipynb b/example-notebooks/mpm/papermill-mpm.ipynb index 6e7c1e6..162c7d0 100644 --- a/example-notebooks/mpm/papermill-mpm.ipynb +++ b/example-notebooks/mpm/papermill-mpm.ipynb @@ -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", ")" ] } diff --git a/pyproject.toml b/pyproject.toml index 2da7527..e9a2723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 <krishnak@utexas.edu>", @@ -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"