Skip to content

Commit

Permalink
Added all packages to req.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Aug 20, 2024
1 parent a92308a commit e670bfa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ docs/source/sg_execution_times.rst
docs/site
docs/generated
site
src/osipi.egg-info
22 changes: 17 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
numpy
scipy
matplotlib
logging
pre-commit
osipi
numpy==1.23.0
scipy==1.13.1
matplotlib==3.9.0
requests==2.32.3
flake8==7.0.0
pre-commit==3.7.1
pytest==8.2.2
pytest-cov==5.0.0
autodocsumm==0.2.12
docutils==0.21.2
myst-parser==3.0.1
rstcheck[sphinx]==6.2.1
mkdocs==1.6.0
mkdocs-material[imaging]==9.5.27
mkdocs-gallery==0.10.1
mkdocstrings[crystal,python]==0.25.1

0 comments on commit e670bfa

Please sign in to comment.