diff --git a/.devcontainer/codespaces-dev/requirements.txt b/.devcontainer/codespaces-dev/requirements.txt index 98ab828342..528e88e771 100644 --- a/.devcontainer/codespaces-dev/requirements.txt +++ b/.devcontainer/codespaces-dev/requirements.txt @@ -1,14 +1,16 @@ ansys-dpf-core==0.10.1 -ansys-tools-visualization-interface==0.2.6 +ansys-tools-visualization-interface==0.5.0 autopep8==2.3.1 -matplotlib==3.9.0 -pandas==2.2.2 -pyansys-tools-report==0.7.3 +matplotlib==3.9.2 +pandas==2.2.3 +pyansys-tools-report==0.8.1 +pyfakefs==5.7.1 pyiges[full]==0.3.1 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-memprof<0.3.0 pytest-pyvista==0.1.9 -pytest-rerunfailures==14.0 -pytest==8.2.2 -scipy==1.14.0 -vtk==9.3.0 \ No newline at end of file +pytest-random-order==1.1.1 +pytest-rerunfailures==15.0 +pytest==8.3.3 +scipy==1.14.1 +vtk==9.3.1 \ No newline at end of file diff --git a/.devcontainer/codespaces-docs/requirements.txt b/.devcontainer/codespaces-docs/requirements.txt index f20ef9bb4c..a6253ea2f8 100644 --- a/.devcontainer/codespaces-docs/requirements.txt +++ b/.devcontainer/codespaces-docs/requirements.txt @@ -1,28 +1,29 @@ ansys-dpf-core==0.10.1 -ansys-mapdl-reader==0.53.0 +ansys-mapdl-reader==0.54.2 ansys-sphinx-theme==0.16.6 -ansys-tools-visualization-interface==0.2.6 -grpcio==1.64.1 +ansys-tools-visualization-interface==0.5.0 +grpcio==1.68.0 imageio-ffmpeg==0.5.1 -imageio==2.34.2 +imageio==2.36.0 jupyter_sphinx==0.5.3 jupyterlab>=3.2.8 -matplotlib==3.9.0 -numpydoc==1.7.0 -pandas==2.2.2 -plotly==5.22.0 +matplotlib==3.9.2 +numpydoc==1.8.0 +pandas==2.2.3 +plotly==5.24.1 pyiges[full]==0.3.1 -pypandoc==1.13 +pypandoc==1.14 pytest-sphinx==0.6.3 pythreejs==2.4.2 -sphinx-autobuild==2024.4.16 +sphinx-autobuild==2024.10.3 sphinx-autodoc-typehints==1.25.2 sphinx-copybutton==0.5.2 sphinx-design==0.6.1 -sphinx-gallery==0.16.0 -sphinx-notfound-page==1.0.2 +sphinx-gallery==0.18.0 +sphinx-jinja==2.0.2 +sphinx-notfound-page==1.0.4 sphinx-reredirects==0.1.4 -sphinx==7.3.7 -sphinxcontrib-websupport==1.2.7 +sphinx==8.1.3 +sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.1 -vtk==9.3.0 +vtk==9.3.1 \ No newline at end of file diff --git a/.devcontainer/devcontainer-local/docker-compose.yml b/.devcontainer/devcontainer-local/docker-compose.yml index 66e667fddf..93c6eb8c7f 100644 --- a/.devcontainer/devcontainer-local/docker-compose.yml +++ b/.devcontainer/devcontainer-local/docker-compose.yml @@ -1,11 +1,11 @@ # Setting codespaces/development container version: '3.3' +name: "PyMAPDL-Development" # this needs to be updated/unique if you want to have multiple containers services: pymapdldev: restart: always - shm_size: '2gb' # Increase the shared memory directory - # to avoid running issues. By Default this is very small (64MB) - container_name: PyMAPDL-Development + shm_size: '2gb' # Increase the shared memory directory to avoid running issues. By Default this is very small (64MB) + container_name: "PyMAPDL-Development" # this needs to be updated/unique if you want to have multiple containers mem_reservation: 8g image: 'ghcr.io/ansys/mapdl:v24.1-ubuntu-student' build: diff --git a/.devcontainer/devcontainer-local/requirements.txt b/.devcontainer/devcontainer-local/requirements.txt index 8b43beda39..ab6cb9c35f 100644 --- a/.devcontainer/devcontainer-local/requirements.txt +++ b/.devcontainer/devcontainer-local/requirements.txt @@ -1,35 +1,38 @@ ansys-dpf-core==0.10.1 -ansys-mapdl-reader==0.53.0 -ansys-sphinx-theme==0.16.6 -ansys-tools-visualization-interface==0.2.6 +ansys-mapdl-reader==0.54.2 +ansys-sphinx-theme==1.2.2 +ansys-tools-visualization-interface==0.5.0 autopep8==2.3.1 -grpcio==1.64.1 +grpcio==1.68.0 imageio-ffmpeg==0.5.1 -imageio==2.34.2 +imageio==2.36.0 jupyter_sphinx==0.5.3 jupyterlab>=3.2.8 -matplotlib==3.9.0 -numpydoc==1.7.0 -pandas==2.2.2 -plotly==5.22.0 -pyansys-tools-report==0.7.3 +matplotlib==3.9.2 +numpydoc==1.8.0 +pandas==2.2.3 +plotly==5.24.1 +pyansys-tools-report==0.8.1 +pyfakefs==5.7.1 pyiges[full]==0.3.1 -pypandoc==1.13 -pytest-cov==5.0.0 +pypandoc==1.14 +pytest-cov==6.0.0 pytest-memprof<0.3.0 pytest-pyvista==0.1.9 -pytest-rerunfailures==14.0 +pytest-random-order==1.1.1 +pytest-rerunfailures==15.0 pytest-sphinx==0.6.3 -pytest==8.2.2 +pytest==8.3.3 pythreejs==2.4.2 -scipy==1.14.0 -sphinx-autobuild==2024.4.16 +scipy==1.14.1 +sphinx-autobuild==2024.10.3 sphinx-autodoc-typehints==1.25.2 sphinx-copybutton==0.5.2 sphinx-design==0.6.1 -sphinx-gallery==0.16.0 -sphinx-notfound-page==1.0.2 +sphinx-gallery==0.18.0 +sphinx-jinja==2.0.2 +sphinx-notfound-page==1.0.4 sphinx-reredirects==0.1.4 -sphinx==7.3.7 -sphinxcontrib-websupport==1.2.7 +sphinx==8.1.3 +sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.1 \ No newline at end of file diff --git a/doc/changelog.d/3584.documentation.md b/doc/changelog.d/3584.documentation.md new file mode 100644 index 0000000000..0a948cb5e2 --- /dev/null +++ b/doc/changelog.d/3584.documentation.md @@ -0,0 +1 @@ +docs: adding some info for getting multiple compose running \ No newline at end of file