From 50ae4da538115820f799a05c482b3009642bb642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= Date: Tue, 18 Jun 2024 14:39:04 +0200 Subject: [PATCH 1/3] use released version of dpf core --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1deb74251..bd9461275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,9 @@ pytest = {version = ">=7.1.2", optional = true} pytest-cov = {version = ">=3.0.0", optional = true} mypy = {version = ">=1.2.0", optional = true} mypy-extensions = {version = ">=1.0.0", optional = true} -ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"} +#ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"} # Switch to released version when we release pydpf-composites! -#ansys-dpf-core = ">=0.8" +ansys-dpf-core = ">=0.8" matplotlib = {version = ">=3.5.0"} pyvista = {version = ">=0.40.2", extras=["jupyter", "trame"], optional=true} pre-commit = {version = "*", optional = true} From 91971f1ddf92d2c43a7dc8c8a3a87470429bb524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= Date: Tue, 18 Jun 2024 14:43:02 +0200 Subject: [PATCH 2/3] use released version of ansys-dpf-core --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd9461275..23d329aba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest = {version = ">=7.1.2", optional = true} pytest-cov = {version = ">=3.0.0", optional = true} mypy = {version = ">=1.2.0", optional = true} mypy-extensions = {version = ">=1.0.0", optional = true} -#ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"} +# ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"} # Switch to released version when we release pydpf-composites! ansys-dpf-core = ">=0.8" matplotlib = {version = ">=3.5.0"} From 7d274fffbdbed44c8ec434bbe41e557eb4de85f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= Date: Tue, 18 Jun 2024 14:48:31 +0200 Subject: [PATCH 3/3] update poetry.lock --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index f294cc265..06b09ecb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -3007,8 +3007,8 @@ astroid = ">=3.2.2,<=3.3.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, + {version = ">=0.3.6", markers = "python_version >= \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, - {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" @@ -4578,4 +4578,4 @@ test = ["pytest", "pytest-cov", "pytest-rerunfailures"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9662dbd847948b73da6c168024745b02c97c7bdef2b3adc8fda2fb0182609229" +content-hash = "5dc0f6587d93078af84af8873939c20e6b79e1de9c2a033978bdb8412114a9cb"