Skip to content

Commit efb3181

Browse files
authored
use released versoin of dpf core (#477)
* use released version of ansys-dpf-core
1 parent 8207b57 commit efb3181

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ pytest = {version = ">=7.1.2", optional = true}
4343
pytest-cov = {version = ">=3.0.0", optional = true}
4444
mypy = {version = ">=1.2.0", optional = true}
4545
mypy-extensions = {version = ">=1.0.0", optional = true}
46-
ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"}
46+
# ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"}
4747
# Switch to released version when we release pydpf-composites!
48-
#ansys-dpf-core = ">=0.8"
48+
ansys-dpf-core = ">=0.8"
4949
matplotlib = {version = ">=3.5.0"}
5050
pyvista = {version = ">=0.40.2", extras=["jupyter", "trame"], optional=true}
5151
pre-commit = {version = "*", optional = true}

0 commit comments

Comments
 (0)