Skip to content

Commit aa69f90

Browse files
authored
MNT: Deduplicate and sort dev requirements (#675)
1 parent ae416b2 commit aa69f90

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

requirements/dev.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,15 @@ isort
44
kaleido
55
plotly
66
pre-commit
7-
pytest>=6.0.0 # equals pytest min version requirement
87
pytest-mpl==0.14.0 # logging issues in newer versions
8+
pytest>=6.0.0 # equals pytest min version requirement
99
requests-mock
10+
requests>=2.28.1
1011
ruff
1112
seaborn>0.13.0
12-
sphinx>6.0,<7.3
1313
sphinx-autodoc-typehints
1414
sphinx-gallery>=0.10.0
15+
sphinx>6.0,<7.3
16+
websockets>=10.3,<14
1517
wheel
1618
xdoctest
17-
pre-commit
18-
requests>=2.28.1
19-
websockets>=10.3,<14
20-
seaborn
21-
plotly
22-
seaborn
23-
kaleido

0 commit comments

Comments
 (0)