Skip to content

Commit f76885c

Browse files
committed
Use bumps greater than v0.9.3
1 parent 7fe9c0b commit f76885c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bumps==0.*
1+
bumps>0.9.3
22
columnize
33
matplotlib
44
numpy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"hatch-requirements-txt",
55
"hatch-sphinx",
66
"hatch-vcs",
7-
"bumps>=1",
7+
"bumps>0.9.3",
88
"docutils",
99
"matplotlib",
1010
"columnize",

0 commit comments

Comments
 (0)