From 91bb86739ba8face78dd0fe651cb5f35edd8edd4 Mon Sep 17 00:00:00 2001 From: Matteo Ravasi Date: Sun, 16 Jun 2024 21:41:12 +0300 Subject: [PATCH] minor: added .pyc to gitignore (#104) * minor: added .pyc to gitignore * Update numpy in txt --------- Co-authored-by: rohanbabbar04 --- .gitignore | 1 + requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2dec1f9a..21fb8e94 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ build/ pylops_mpi.egg-info/ .eggs/ dist/ +*.pyc # Documentation docs/source/gallery diff --git a/requirements-dev.txt b/requirements-dev.txt index e1836196..8581d346 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -numpy>=1.21.0 +numpy>=1.21.0, <2.0.0 scipy>=1.8.0 pylops>=2.0 mpi4py