File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,21 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " DOLFINx_Tutorial"
7
7
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" ,
18
19
]
19
20
20
21
[project .optional-dependencies ]
21
- dev = [
22
- " pdbpp" ,
23
- " ipython" ,
24
- ]
22
+ dev = [" pdbpp" , " ipython" ]
25
23
26
24
[tool .setuptools ]
27
25
packages = []
You can’t perform that action at this time.
0 commit comments