Skip to content

Commit abd7e88

Browse files
committed
Merge remote-tracking branch 'origin/use-mamba' into use-mamba
2 parents cdf2679 + d04f15e commit abd7e88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
environment-file: environment.yml
2828
python-version: 3.7
2929
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
3333
- name: Fix PyCall linking
3434
run: |
3535
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4343
Calculus = "0.4,0.5"
4444
Colors = "0.11,0.12"
4545
Conda = "1"
46-
DiffEqSensitivity = "6"
46+
DiffEqSensitivity = "^6"
4747
ForwardDiff = "0.10"
4848
Images = "0.24"
4949
IncompleteLU = "0.2"
5050
IterTools = "1.3"
5151
LsqFit = "0.12"
5252
ModelingToolkit = "8"
53-
OrdinaryDiffEq = "6"
53+
OrdinaryDiffEq = "^6"
5454
Parameters = "0.12"
5555
PreallocationTools = "0"
5656
PyCall = "1"
5757
PyPlot = "2"
5858
QuartzImageIO = "0.7"
5959
RecursiveArrayTools = "2.17"
6060
ReverseDiff = "1.9"
61-
SciMLBase = "1"
61+
SciMLBase = "^1"
6262
SmoothingSplines = "0.3"
6363
SpecialFunctions = "1"
6464
StaticArrays = "1"

0 commit comments

Comments
 (0)