deps: upgrades pdme

This commit is contained in:
Deepak Mallubhotla 2024-05-02 18:17:33 -05:00
parent fb018abeae
commit 29029c137a
Signed by: deepak
GPG Key ID: BEBAEBF28083E022
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -786,13 +786,13 @@ files = [
[[package]] [[package]]
name = "pdme" name = "pdme"
version = "1.0.0" version = "1.1.0"
description = "Python dipole model evaluator" description = "Python dipole model evaluator"
optional = false optional = false
python-versions = "<3.10,>=3.8.1" python-versions = "<3.10,>=3.8.1"
files = [ files = [
{file = "pdme-1.0.0-py3-none-any.whl", hash = "sha256:8fb8d1bf3d88f73118da5731332ae00c721b98daf53b225069e422af1a1a67f2"}, {file = "pdme-1.1.0-py3-none-any.whl", hash = "sha256:71f9f34c9c84edd8b8ce5b7a6ea3e50397ff71952f77f02f8ba51847a2553908"},
{file = "pdme-1.0.0.tar.gz", hash = "sha256:02cabf2e6fc2ddaf0871d0b3afcf265bca16520ee7bc1c74672be62f7a8390bd"}, {file = "pdme-1.1.0.tar.gz", hash = "sha256:148f0da5ad94d64e088b88fe12fc825f0e33df0225930336a38b76ab79810aac"},
] ]
[package.dependencies] [package.dependencies]
@ -1275,4 +1275,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<3.10" python-versions = ">=3.8.1,<3.10"
content-hash = "a28054e255cbd49396795127380c2b7a0cfd742b15cba2184322f3c4894ed041" content-hash = "7d62650044ba96c31ead3c5d7f57ba633411e0ce39729f856f0e5ca5ac6ffaa1"

View File

@ -6,7 +6,7 @@ authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<3.10" python = ">=3.8.1,<3.10"
pdme = "^1.0.0" pdme = "^1.1.0"
numpy = "1.22.3" numpy = "1.22.3"
scipy = "1.10" scipy = "1.10"
tqdm = "^4.66.2" tqdm = "^4.66.2"