We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b92837 + 6de6614 commit 1c3e556Copy full SHA for 1c3e556
.readthedocs.yml
@@ -3,7 +3,7 @@ version: 2
3
build:
4
os: ubuntu-22.04
5
tools:
6
- python: "mambaforge-4.10"
+ python: "miniconda-latest"
7
jobs:
8
pre_build:
9
# Generate the Sphinx configuration for this Jupyter Book so it builds.
book/content/task15.ipynb
environment.yml
@@ -16,7 +16,7 @@ dependencies:
16
- nbconvert
17
- mpi4py<4
18
- mshr
19
- - festim~=1.4
+ - festim>=1.4.1
20
- pip:
21
- pyparsing
22
- h-transport-materials==0.16
0 commit comments