Skip to content

Commit

Permalink
Reverting to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
samysweb committed Aug 21, 2024
1 parent 8aa16ef commit 7a1150c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Conda.add("scipy==1.7")
Conda.add("threadpoolctl==3.5")
Conda.add("onnx==1.9.0")
Conda.pip("install", "onnxruntime==1.8.0")
Conda.add("skl2onnx==1.7.0")
Conda.add("swiglpk")
Conda.add("termcolor")
Conda.add("packaging")
Conda.add("cvc5")
Conda.pip("install", "skl2onnx==1.7.0")
Conda.pip("install", "swiglpk")
Conda.pip("install", "termcolor")
Conda.pip("install", "packaging")
Conda.pip("install", "cvc5")

@info "Building Sysimage..."
using PackageCompiler
Expand Down

0 comments on commit 7a1150c

Please sign in to comment.