From ef30977c5e67b9ae52758acce05ffea1f140a1a8 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Sun, 30 Jun 2024 00:17:25 +0200 Subject: [PATCH] Remove version constraints --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index c8a18b1..4d88591 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,16 +38,16 @@ packages = find: install_requires = setuptools>=69 setuptools_scm - numpy==1.23.5 - numba==0.56.4 + numpy + numba scipy spython thepipe particle click f90nml - uproot>=4.0.0,<5.0.0 - awkward>=1.4.0,<2.0.0 + uproot + awkward pandas mendeleev km3io -- GitLab