Skip to content

Commit 8b8b1fe

Browse files
committed
Merge branch 'main' into release/0.6
2 parents 3c53ffd + 65335c5 commit 8b8b1fe

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

doc/changelog/618.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump jupyterlab from 4.3.0 to 4.3.1

doc/changelog/619.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump ansys-sphinx-theme from 1.2.0 to 1.2.1

doc/changelog/625.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update CHANGELOG for v0.6.0

doc/changelog/626.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: allow Numpy 1.X

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ dependencies = ["ansys-dpf-core>=0.7.2",
2929
"ansys-tools-path>=0.6.0",
3030
"ansys-platform-instancemanagement~=1.0",
3131
"pyvista>=0.43.4",
32-
"hollerith==0.4.1",
33-
"numpy>=2.0.0",
32+
"hollerith>=0.4.1",
33+
"numpy>=1",
3434
"pandas>=2.0",
3535
"appdirs>=1.4.4"
3636
]
3737

3838
[project.optional-dependencies]
3939
tests = [
4040
"matplotlib==3.9.2",
41+
"hollerith==0.5.2",
4142
"numpy==2.1.3",
4243
"pytest==8.3.3",
4344
"pytest-cov==6.0.0",
@@ -66,14 +67,14 @@ doc = [
6667
"sphinx-copybutton==0.5.2",
6768
"sphinx-gallery==0.18.0",
6869
"sphinx-autodoc-typehints==2.5.0",
69-
"ansys-sphinx-theme==1.2.0",
70+
"ansys-sphinx-theme==1.2.1",
7071
"pypandoc==1.14",
7172
"nbsphinx==0.9.5",
7273
"ipywidgets==8.1.5",
7374
"joblib==1.4.2",
7475
"scikit-learn==1.5.2",
7576
"ipython==8.29.0",
76-
"jupyterlab==4.3.0",
77+
"jupyterlab==4.3.1",
7778
"sphinx-jinja==2.0.2",
7879
"sphinx-autoapi==3.3.3",
7980
"pyvista==0.44.1",

0 commit comments

Comments
 (0)