From 34b9bca0ce387fe89920050f713468c08ff9ee06 Mon Sep 17 00:00:00 2001 From: rohanbabbar04 Date: Mon, 26 Aug 2024 00:17:51 +0530 Subject: [PATCH] Test for numpy>=2.0.0 --- environment-dev.yml | 4 ++-- requirements-dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 86484de7..e91562e8 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -5,10 +5,10 @@ channels: dependencies: - python >= 3.8.0 - pip - - numpy>=1.21.0 + - numpy - scipy>=1.8.0 - mpi4py - - pylops >= 2.0 + - pylops - matplotlib - ipython - pytest diff --git a/requirements-dev.txt b/requirements-dev.txt index 8581d346..a5448eb5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -numpy>=1.21.0, <2.0.0 +numpy scipy>=1.8.0 -pylops>=2.0 +pylops mpi4py matplotlib pytest