Skip to content

Commit

Permalink
chore: update requirements in devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Nov 28, 2024
1 parent 2c4d5a5 commit c513da7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 44 deletions.
20 changes: 11 additions & 9 deletions .devcontainer/codespaces-dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
pytest-random-order==1.1.1
pytest-rerunfailures==15.0
pytest==8.3.3
scipy==1.14.1
vtk==9.3.1
31 changes: 16 additions & 15 deletions .devcontainer/codespaces-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
43 changes: 23 additions & 20 deletions .devcontainer/devcontainer-local/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c513da7

Please sign in to comment.