Skip to content

Commit

Permalink
use released versoin of dpf core (#477)
Browse files Browse the repository at this point in the history
* use released version of ansys-dpf-core
  • Loading branch information
roosre authored Jun 18, 2024
1 parent 8207b57 commit efb3181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit efb3181

Please sign in to comment.