We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc37ee2 commit 862b874Copy full SHA for 862b874
.github/workflows/book.yml
@@ -24,6 +24,8 @@ jobs:
24
25
- name: Install PyCall
26
shell: bash -l {0}
27
+ env:
28
+ PYTHON: ""
29
run: |
30
julia -e ' using Pkg; Pkg.update() '
31
julia -e ' using Pkg; Pkg.add(["REPL", "PyCall"]); Pkg.build("PyCall")'
environment.yml
@@ -3,23 +3,22 @@ channels:
3
- conda-forge
4
dependencies:
5
- python=3.9
6
- - jupytext
7
- cython
8
- fortran-magic
+ - fftw
9
- gast
10
- imageio
11
- ipykernel
12
- ipywidgets
13
- - llvmlite
14
- - pyjulia
+ - jupytext
+ - jupyter-book
15
- matplotlib
16
- meson
17
- numba
18
- numpy
19
- pillow
20
+ - pyjulia
21
- pythran
22
+ - scipy
23
- seaborn
- tqdm
- - fftw
- - scipy
- - jupyter-book
0 commit comments