Skip to content

Commit 0ccd45f

Browse files
authored
Remove pyvista pin and add lower bound instead (#163)
1 parent 05ba603 commit 0ccd45f

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

pyproject.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,21 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "DOLFINx_Tutorial"
77
version = "0.7.2"
8-
dependencies = ["jupyter-book",
9-
# Pin docutils due to https://github.com/executablebooks/jupyter-book/issues/1970#issuecomment-1466051277
10-
"docutils==0.17.1",
11-
"meshio",
12-
"h5py",
13-
"seaborn",
14-
"pandas",
15-
"tqdm",
16-
"pyvista[all]@git+https://github.com/pyvista/pyvista",
17-
"fenics-dolfinx>=0.7.0"
8+
dependencies = [
9+
"jupyter-book",
10+
# Pin docutils due to https://github.com/executablebooks/jupyter-book/issues/1970#issuecomment-1466051277
11+
"docutils==0.17.1",
12+
"meshio",
13+
"h5py",
14+
"seaborn",
15+
"pandas",
16+
"tqdm",
17+
"pyvista[all]>=0.43.0",
18+
"fenics-dolfinx>=0.7.0",
1819
]
1920

2021
[project.optional-dependencies]
21-
dev = [
22-
"pdbpp",
23-
"ipython",
24-
]
22+
dev = ["pdbpp", "ipython"]
2523

2624
[tool.setuptools]
2725
packages = []

0 commit comments

Comments
 (0)