Skip to content

Commit fc6f43c

Browse files
authored
MAINT: minor cleanups (#669)
* MAINT: exclude bots from release notes * RTD: fixing RTD build fail
1 parent 59fd54f commit fc6f43c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
- pre-commit-ci

docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# this is only required by coconut kernel
2-
ipython
2+
# Version limit is due to coconut and ipython inncompatibility as of 24/4/2025
3+
ipython<9

0 commit comments

Comments
 (0)