Skip to content

Commit

Permalink
Fixed installation of onnxruntim
Browse files Browse the repository at this point in the history
  • Loading branch information
samysweb committed Aug 21, 2024
1 parent 11142a7 commit 8aa16ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Conda.add("certifi")
Conda.add("python=3.8")
# Update PyCall build so that it knows that we run on Python 3.8
pkg"build PyCall"
#Conda.pip_interop(true)
Conda.pip_interop(true)
Conda.add("numpy")
Conda.add("scipy==1.7")
Conda.add("threadpoolctl==3.5")
Conda.add("onnx==1.9.0")
Conda.add("onnxruntime==1.8.0")
Conda.pip("install", "onnxruntime==1.8.0")
Conda.add("skl2onnx==1.7.0")
Conda.add("swiglpk")
Conda.add("termcolor")
Expand Down

0 comments on commit 8aa16ef

Please sign in to comment.