Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/use-mamba' into use-mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Sep 12, 2023
2 parents cdf2679 + d04f15e commit abd7e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
environment-file: environment.yml
python-version: 3.7
activate-environment: rms_env
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
- name: Fix PyCall linking
run: |
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Calculus = "0.4,0.5"
Colors = "0.11,0.12"
Conda = "1"
DiffEqSensitivity = "6"
DiffEqSensitivity = "^6"
ForwardDiff = "0.10"
Images = "0.24"
IncompleteLU = "0.2"
IterTools = "1.3"
LsqFit = "0.12"
ModelingToolkit = "8"
OrdinaryDiffEq = "6"
OrdinaryDiffEq = "^6"
Parameters = "0.12"
PreallocationTools = "0"
PyCall = "1"
PyPlot = "2"
QuartzImageIO = "0.7"
RecursiveArrayTools = "2.17"
ReverseDiff = "1.9"
SciMLBase = "1"
SciMLBase = "^1"
SmoothingSplines = "0.3"
SpecialFunctions = "1"
StaticArrays = "1"
Expand Down

0 comments on commit abd7e88

Please sign in to comment.