Skip to content

Commit

Permalink
remove pyansys_docker fork dependency (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys authored Oct 24, 2023
1 parent c4d98b9 commit 107a06a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"filelock>=3.7.1",
"numpy>=1.18.0",
"packaging>=21.0",
"pyansys-docker>=5.0.4",
"docker>=6.1.0",
"pypng>=0.20220715.0",
"python-dateutil>=2.8.0",
"pytz>=2021.3",
Expand All @@ -63,7 +63,7 @@ ci = "https://github.com/ansys/pydynamicreporting/actions"

[project.optional-dependencies]
tests = [
"pyansys-docker==5.0.4",
"docker>=6.1.0",
"numpy==1.25.1",
"psutil==5.9.5",
"pytest==7.4.2",
Expand All @@ -73,7 +73,7 @@ doc = [
"ansys-sphinx-theme==0.11.2",
"numpydoc==1.5.0",
"pillow==10.0.1",
"pyansys-docker==5.0.4",
"docker>=6.1.0",
"Sphinx==7.2.6",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.14.0",
Expand All @@ -87,7 +87,7 @@ dev = [
"numpydoc==1.5.0",
"pillow==10.0.1",
"psutil==5.9.5",
"pyansys-docker==5.0.4",
"docker>=6.1.0",
"pytest==7.4.2",
"pytest-cov==4.1.0",
"Sphinx==7.2.6",
Expand Down

0 comments on commit 107a06a

Please sign in to comment.