From c14ecaa39723ac7d62deaef7393c47c62249b8d0 Mon Sep 17 00:00:00 2001 From: Dan Meliza Date: Sun, 29 Sep 2024 14:06:11 -0400 Subject: [PATCH] remove numpy<2 restriction --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a92bf97..ef5a67e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ classifiers = Operating System :: Unix Operating System :: POSIX :: Linux Operating System :: MacOS :: MacOS X + Operating System :: Microsoft :: Windows Natural Language :: English author = Dan Meliza author_email = dan@meliza.org @@ -38,7 +39,6 @@ python_requires = >= 3.7 setup_requires = setuptools >=38.3.0 install_requires = - numpy<2 h5py>=2.8,!=3.3.* packaging >= 23.0 test_suite = tests