From df4d0b5d150e95c9535c4433d75feebf2adb5763 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 2 May 2024 22:40:06 -0500 Subject: [PATCH] deps: upgrades pdme dep --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a99c31d..168798d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -786,13 +786,13 @@ files = [ [[package]] name = "pdme" -version = "1.1.0" +version = "1.2.0" description = "Python dipole model evaluator" optional = false python-versions = "<3.10,>=3.8.1" files = [ - {file = "pdme-1.1.0-py3-none-any.whl", hash = "sha256:71f9f34c9c84edd8b8ce5b7a6ea3e50397ff71952f77f02f8ba51847a2553908"}, - {file = "pdme-1.1.0.tar.gz", hash = "sha256:148f0da5ad94d64e088b88fe12fc825f0e33df0225930336a38b76ab79810aac"}, + {file = "pdme-1.2.0-py3-none-any.whl", hash = "sha256:602710a053f22921b4adbc03d46d284149fe2367a65455cde56608708e01c84b"}, + {file = "pdme-1.2.0.tar.gz", hash = "sha256:412806d7ae384c048515e0f2cba70252778bf153800829a1d3265a0596872263"}, ] [package.dependencies] @@ -1275,4 +1275,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.10" -content-hash = "7d62650044ba96c31ead3c5d7f57ba633411e0ce39729f856f0e5ca5ac6ffaa1" +content-hash = "918b6736766a9c1b6732a56e1ef2e7a53241f2e25babb884881e49c299801fc9" diff --git a/pyproject.toml b/pyproject.toml index c5983ce..b795b59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Deepak Mallubhotla "] [tool.poetry.dependencies] python = ">=3.8.1,<3.10" -pdme = "^1.1.0" +pdme = "^1.2.0" numpy = "1.22.3" scipy = "1.10" tqdm = "^4.66.2"