From 22e1c3479b265e85d351adff9c85e8e8289dabbc Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 9 Dec 2020 12:05:41 +0100
Subject: [PATCH 1/3] Use awkward instead of awkward1

---
 km3modules/io.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/km3modules/io.py b/km3modules/io.py
index 18217e6b2..853e36e52 100644
--- a/km3modules/io.py
+++ b/km3modules/io.py
@@ -2,7 +2,7 @@
 from collections import defaultdict
 
 import numpy as np
-import awkward1 as ak
+import awkward as ak
 
 import km3pipe as kp
 import km3io
-- 
GitLab


From e2f33ee6b194d9670c2d79b29baa26e9533adc8b Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 9 Dec 2020 12:06:32 +0100
Subject: [PATCH 2/3] Add awkward to the requirements

---
 requirements/install.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements/install.txt b/requirements/install.txt
index 3b442af6c..ff897078f 100644
--- a/requirements/install.txt
+++ b/requirements/install.txt
@@ -1,3 +1,4 @@
+awkward
 docopt
 h5py
 km3db>=0.4.2
-- 
GitLab


From 4705a5146d7e7df9272a4be925455e7ed4174d58 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 9 Dec 2020 12:06:52 +0100
Subject: [PATCH 3/3] Require awkward>=1

---
 requirements/install.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/install.txt b/requirements/install.txt
index ff897078f..fd569cd97 100644
--- a/requirements/install.txt
+++ b/requirements/install.txt
@@ -1,4 +1,4 @@
-awkward
+awkward>=1
 docopt
 h5py
 km3db>=0.4.2
-- 
GitLab