File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
environment-file : environment.yml
28
28
python-version : 3.7
29
29
activate-environment : rms_env
30
- miniforge-variant: Mambaforge
31
- miniforge-version: latest
32
- use-mamba: true
30
+ miniforge-variant : Mambaforge
31
+ miniforge-version : latest
32
+ use-mamba : true
33
33
- name : Fix PyCall linking
34
34
run : |
35
35
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
43
43
Calculus = " 0.4,0.5"
44
44
Colors = " 0.11,0.12"
45
45
Conda = " 1"
46
- DiffEqSensitivity = " 6"
46
+ DiffEqSensitivity = " ^ 6"
47
47
ForwardDiff = " 0.10"
48
48
Images = " 0.24"
49
49
IncompleteLU = " 0.2"
50
50
IterTools = " 1.3"
51
51
LsqFit = " 0.12"
52
52
ModelingToolkit = " 8"
53
- OrdinaryDiffEq = " 6"
53
+ OrdinaryDiffEq = " ^ 6"
54
54
Parameters = " 0.12"
55
55
PreallocationTools = " 0"
56
56
PyCall = " 1"
57
57
PyPlot = " 2"
58
58
QuartzImageIO = " 0.7"
59
59
RecursiveArrayTools = " 2.17"
60
60
ReverseDiff = " 1.9"
61
- SciMLBase = " 1"
61
+ SciMLBase = " ^ 1"
62
62
SmoothingSplines = " 0.3"
63
63
SpecialFunctions = " 1"
64
64
StaticArrays = " 1"
You can’t perform that action at this time.
0 commit comments