Skip to content

Commit

Permalink
minor: added .pyc to gitignore (#104)
Browse files Browse the repository at this point in the history
* minor: added .pyc to gitignore

* Update numpy in txt

---------

Co-authored-by: rohanbabbar04 <[email protected]>
  • Loading branch information
mrava87 and rohanbabbar04 committed Oct 4, 2024
1 parent 3251957 commit 91bb867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build/
pylops_mpi.egg-info/
.eggs/
dist/
*.pyc

# Documentation
docs/source/gallery
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.21.0
numpy>=1.21.0, <2.0.0
scipy>=1.8.0
pylops>=2.0
mpi4py
Expand Down

0 comments on commit 91bb867

Please sign in to comment.