Skip to content

Commit c57bf1d

Browse files
committed
Merge branch 'main' of https://github.com/PyLops/pylops-mpi into fredholm
2 parents 3251957 + e6b49d6 commit c57bf1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build/
1212
pylops_mpi.egg-info/
1313
.eggs/
1414
dist/
15+
*.pyc
1516

1617
# Documentation
1718
docs/source/gallery

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.21.0
1+
numpy>=1.21.0, <2.0.0
22
scipy>=1.8.0
33
pylops>=2.0
44
mpi4py

0 commit comments

Comments
 (0)