Skip to content

Commit

Permalink
Merge pull request madminer-tool#9 from madminer-tool/fix/madgraph-2.9.X
Browse files Browse the repository at this point in the history
Fix Numpy 1.24 compatibility
  • Loading branch information
Sinclert authored Aug 2, 2024
2 parents 13930e4 + 1d2dcd3 commit f1b0e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ ENV SOFTWARE_FOLDER "/madminer/software"


#### MadGraph 5 environment variables
ENV MG_VERSION "MG5_aMC_v2.9.4"
ENV MG_FOLDER "MG5_aMC_v2_9_4"
ENV MG_VERSION "MG5_aMC_v2.9.16"
ENV MG_FOLDER "MG5_aMC_v2_9_16"
ENV MG_FOLDER_PATH "${SOFTWARE_FOLDER}/${MG_FOLDER}"
ENV MG_BINARY_PATH "${SOFTWARE_FOLDER}/${MG_FOLDER}/bin/mg5_aMC"

Expand Down

0 comments on commit f1b0e3d

Please sign in to comment.