Skip to content

Commit 8e9407c

Browse files
committed
greater than
1 parent fa81483 commit 8e9407c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ install_requires =
2525
griffe==0.25
2626
plum-dispatch<2.0.0;python_version<'3.10'
2727
plum-dispatch;python_version>='3.10'
28-
sphobjinv==2.3.1
29-
tabulate==0.9.0
30-
importlib-metadata==5.1.0
31-
importlib-resources==5.10.2
32-
pydantic==1.9.2
33-
typing-extensions==4.4.0
28+
sphobjinv>=2.3.1
29+
tabulate>=0.9.0
30+
importlib-metadata>=5.1.0
31+
importlib-resources>=5.10.2
32+
pydantic>=1.9.2
33+
typing-extensions>=4.4.0
3434

3535

3636
[options.extras_require]

0 commit comments

Comments
 (0)