Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit ae04889

Browse files
Docs: Fix RTD (#161)
1 parent deccf84 commit ae04889

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes here will be overwritten by Copier
22

3-
_commit: 0.1.61
3+
_commit: 0.1.63
44
_src_path: git@bbpgitlab.epfl.ch:neuromath/python-template.git
55
author_email: ''
66
author_name: Blue Brain Project, EPFL

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ disable=
77
len-as-condition,
88
no-else-return,
99
too-many-arguments,
10-
too-many-return-statements,
1110
too-many-branches,
11+
too-many-positional-arguments,
12+
too-many-return-statements,
1213
too-many-statements
1314

1415
[FORMAT]

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- python=3.8
6+
- python=3.12
77
- graphviz

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"morph_tool>=2.11.1,<3.0",
4848
"pytest>=7",
4949
"pytest-console-scripts>=1.4",
50-
"pytest-cov>=3",
51-
"pytest-html>=2",
50+
"pytest-cov>=4.1",
51+
"pytest-html>=3.2",
5252
"pytest-xdist>=2",
5353
]
5454

0 commit comments

Comments
 (0)