Skip to content

Commit fab6c34

Browse files
Add compatibility info for server version 7.1 (#315)
* Add compatibility info for new release * Remove obsolete comment
1 parent 50877aa commit fab6c34

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ By default the DPF server is started from the latest Ansys installer. To choose
112112

113113
* - Server version
114114
- ansys.dpf.composites Python module version
115-
* - 7.0 (Ansys 2024 R1)
115+
* - 7.0 (Ansys 2024 R1 pre0)
116116
- 0.3.0 and later
117117
* - 6.2 (Ansys 2023 R2)
118118
- 0.2.0 and 0.3

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pytest = {version = "^7.1.2", optional = true}
4040
pytest-cov = {version = "^3.0.0", optional = true}
4141
mypy = {version = "^1.2.0", optional = true}
4242
mypy-extensions = {version = "^1.0.0", optional = true}
43-
# If this version changes also the link in doc/src/conf.py intersphinx-mapping has to change
4443
ansys-dpf-core = ">=0.8,<1"
4544
matplotlib = {version = "^3.5.0"}
4645
pyvista = {version = ">=0.36.1,<1", extras=["jupyter"], optional=true}

0 commit comments

Comments
 (0)