Skip to content

Commit 7bbaf6f

Browse files
Bump ansys-dpf-core, pandas and ansys-sphinx-theme (#1966)
Bumps [ansys-dpf-core](https://github.com/pyansys/pydpf-core), [pandas](https://github.com/pandas-dev/pandas) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). These dependencies needed to be updated together. Updates `ansys-dpf-core` from 0.7.4 to 0.8.0 - [Release notes](https://github.com/pyansys/pydpf-core/releases) - [Commits](ansys/pydpf-core@v0.7.4...v0.8.0) Updates `pandas` from 1.5.3 to 2.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](pandas-dev/pandas@v1.5.3...v2.0.0) Updates `ansys-sphinx-theme` from 0.9.5 to 0.9.6 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v0.9.5...v0.9.6)
1 parent 2148325 commit 7bbaf6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ classifiers = [
5353

5454
[project.optional-dependencies]
5555
tests = [
56-
"ansys-dpf-core==0.7.4",
56+
"ansys-dpf-core==0.8.0",
5757
"autopep8==2.0.2",
5858
"matplotlib==3.7.1",
5959
"scipy==1.10.1",
60-
"pandas==1.5.3",
60+
"pandas==2.0.0",
6161
"pytest==7.2.2",
6262
"pytest-cov==4.0.0",
6363
"pyvista==0.38.5",
@@ -67,17 +67,17 @@ tests = [
6767
]
6868
doc = [
6969
"sphinx==5.3.0",
70-
"ansys-dpf-core==0.7.4",
70+
"ansys-dpf-core==0.8.0",
7171
"ansys-mapdl-reader==0.52.11",
72-
"ansys-sphinx-theme==0.9.5",
72+
"ansys-sphinx-theme==0.9.6",
7373
"grpcio==1.51.1",
7474
"imageio-ffmpeg==0.4.8",
7575
"imageio==2.27.0",
7676
"jupyter_sphinx==0.4.0",
7777
"jupyterlab>=3.2.8",
7878
"matplotlib==3.7.1",
7979
"numpydoc==1.5.0",
80-
"pandas==1.5.3",
80+
"pandas==2.0.0",
8181
"plotly==5.14.0",
8282
"pypandoc==1.11",
8383
"pytest-sphinx==0.5.0",

0 commit comments

Comments
 (0)