From 3f200b27f4fdcc5983a6a8bb6b156cd1b02cc909 Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Mon, 20 Nov 2023 17:39:46 -0600 Subject: [PATCH] v0.1.5 --- example-notebooks/mpm/papermill-mpm.ipynb | 4 +++- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 ", @@ -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"