uhh-cms / hh2bbww

HH -> bbWW Analysis based on columnflow, law and order.
GNU General Public License v3.0
6 stars 9 forks source link

tf sandboxes are not compatible with numpy 2.0 #81

Closed mafrahm closed 3 months ago

mafrahm commented 3 months ago

tensorflow 2.11.0 is not compatible with numpy 2.0, therefore our tf sanboxes are currently not working. We should either:

mafrahm commented 3 months ago

fixed in https://github.com/uhh-cms/hh2bbww/commit/2be007486676f06e7af1f3149f4d8056a1c44b85 by downgrading numpy version. We should keep in mind to upgrade our DNN to newer tensorflow versions in the future.