Skip to content

Commit 4822d49

Browse files
germa89akaszynski
andauthored
Using a newer version of pymapdl reader. (#980)
* Using a newer version of pymapdl reader. Not forcing any particular version, just lower bound. * Update pyproject.toml * Testing rerun * testing dev0 again * Update requirements_docs.txt * Update requirements_docs.txt * Update pyproject.toml * Update pyproject.toml Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 256f90c commit 4822d49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintainers = [
1919
dependencies = [
2020
"ansys-api-mapdl==0.5.1", # supports at least 2020R2 - 2022R1
2121
"ansys-corba; python_version < '3.9'",
22-
"ansys-mapdl-reader>=0.50.15",
22+
"ansys-mapdl-reader>=0.51.7",
2323
"appdirs>=1.4.0",
2424
"grpcio>=1.30.0", # tested up to grpcio==1.35
2525
"importlib-metadata >=4.0",

requirements/requirements_docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sphinx==4.4.0
2-
ansys-mapdl-reader==0.51.3 # newer breaks doc build
2+
ansys-mapdl-reader==0.51.11
33
imageio-ffmpeg==0.4.5
44
imageio==2.16.1
55
jupyter_sphinx==0.3.2
@@ -21,4 +21,4 @@ sphinx-notfound-page==0.8
2121
sphinxcontrib-websupport==1.2.4
2222
sphinxemoji==0.2.0
2323
vtk==9.0.3
24-
grpcio==1.43.0
24+
grpcio==1.43.0

0 commit comments

Comments
 (0)