Skip to content

Commit

Permalink
fix the iminuit version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fkguo committed Jan 23, 2021
1 parent 8dfe386 commit 7dc2fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.jl
Expand Up @@ -2,7 +2,7 @@

const iminuit = PyNULL()
const mMinuit = PyNULL()
const iminuit_version = "iminuit" # "iminuit=1.4.9"
const iminuit_version = "iminuit=1.5.4"

# initialization -- anything that depends on Python has to go here,
# so that it occurs at runtime (while the rest can be precompiled).
Expand Down

0 comments on commit 7dc2fb0

Please sign in to comment.