Skip to content

Commit

Permalink
Add compatibility info for server version 7.1 (#315)
Browse files Browse the repository at this point in the history
* Add compatibility info for new release
* Remove obsolete comment
  • Loading branch information
janvonrickenbach authored Aug 2, 2023
1 parent 50877aa commit fab6c34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ By default the DPF server is started from the latest Ansys installer. To choose

* - Server version
- ansys.dpf.composites Python module version
* - 7.0 (Ansys 2024 R1)
* - 7.0 (Ansys 2024 R1 pre0)
- 0.3.0 and later
* - 6.2 (Ansys 2023 R2)
- 0.2.0 and 0.3
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ 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}
# If this version changes also the link in doc/src/conf.py intersphinx-mapping has to change
ansys-dpf-core = ">=0.8,<1"
matplotlib = {version = "^3.5.0"}
pyvista = {version = ">=0.36.1,<1", extras=["jupyter"], optional=true}
Expand Down

0 comments on commit fab6c34

Please sign in to comment.