Skip to content

Commit

Permalink
rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Sep 12, 2024
1 parent ac96968 commit 89d81d6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 246 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/dist/
/docs/_build/
/docs/jupyter_execute/
/docs/notebooks/nb_data/
/src/*.egg-info/
__pycache__/
/.vscode
Expand Down
File renamed without changes.
48 changes: 0 additions & 48 deletions docs/notebooks/example.ipynb

This file was deleted.

194 changes: 0 additions & 194 deletions docs/pet_info.ipynb

This file was deleted.

2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
furo
sphinx-click
myst_nb
matplotlib
nilearn
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ sphinx-click = ">=4.4.0"
requests = ">=2.31.0"
types-requests = ">=2.31.0.2"
myst-nb = "^1.1.1"


[tool.poetry.group.userstories.dependencies]
matplotlib = "^3.9.2"
matplotlib-stubs = "^0.2.0"
nilearn = "^0.10.4"
jupytext = "^1.16.4"
Expand Down

0 comments on commit 89d81d6

Please sign in to comment.