Skip to content

Commit

Permalink
Merge branch 'main' into release/0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Nov 22, 2024
2 parents 3c53ffd + 65335c5 commit 8b8b1fe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc/changelog/618.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps): bump jupyterlab from 4.3.0 to 4.3.1
1 change: 1 addition & 0 deletions doc/changelog/619.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps): bump ansys-sphinx-theme from 1.2.0 to 1.2.1
1 change: 1 addition & 0 deletions doc/changelog/625.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v0.6.0
1 change: 1 addition & 0 deletions doc/changelog/626.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: allow Numpy 1.X
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ dependencies = ["ansys-dpf-core>=0.7.2",
"ansys-tools-path>=0.6.0",
"ansys-platform-instancemanagement~=1.0",
"pyvista>=0.43.4",
"hollerith==0.4.1",
"numpy>=2.0.0",
"hollerith>=0.4.1",
"numpy>=1",
"pandas>=2.0",
"appdirs>=1.4.4"
]

[project.optional-dependencies]
tests = [
"matplotlib==3.9.2",
"hollerith==0.5.2",
"numpy==2.1.3",
"pytest==8.3.3",
"pytest-cov==6.0.0",
Expand Down Expand Up @@ -66,14 +67,14 @@ doc = [
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.18.0",
"sphinx-autodoc-typehints==2.5.0",
"ansys-sphinx-theme==1.2.0",
"ansys-sphinx-theme==1.2.1",
"pypandoc==1.14",
"nbsphinx==0.9.5",
"ipywidgets==8.1.5",
"joblib==1.4.2",
"scikit-learn==1.5.2",
"ipython==8.29.0",
"jupyterlab==4.3.0",
"jupyterlab==4.3.1",
"sphinx-jinja==2.0.2",
"sphinx-autoapi==3.3.3",
"pyvista==0.44.1",
Expand Down

0 comments on commit 8b8b1fe

Please sign in to comment.