Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .ci/display_test.py

This file was deleted.

2 changes: 0 additions & 2 deletions .ci/requirements_test_xvfb.txt

This file was deleted.

11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ classifiers = [
]
dependencies = [
"ansys-dpf-gate>=0.3.*",
"imageio < 2.28.1",
"importlib-metadata >=4.0",
"numpy",
"packaging",
Expand All @@ -35,7 +34,15 @@ dependencies = [
]

[project.optional-dependencies]
plotting = ["pyvista>=0.32.0", "matplotlib>=3.2"]
plotting = [
# 2D chart plotting
"matplotlib>=3.2",
# 3D plotting
"pyvista>=0.32.0",
# Animations
"imageio",
"imageio-ffmpeg",
]

[tool.flit.module]
name = "ansys.dpf.core"
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ansys_sphinx_theme==0.9.5
enum-tools[sphinx]==0.9.0.post1
graphviz==0.20.1
imageio==2.28.0
imageio-ffmpeg==0.4.7
nbsphinx==0.9.1
pypandoc==1.10
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements_install.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ansys-dpf-gate==0.3.1
imageio==2.28.0
importlib-metadata==6.6.0
numpy==1.24.1
packaging==23.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ansys-platform-instancemanagement==1.0.2
coverage==7.1.0
imageio==2.28.0
imageio-ffmpeg==0.4.7
pytest==7.2.0
pytest-cov==4.0.0
pytest-order==1.0.1
Expand Down