Skip to content

Commit cae0304

Browse files
committed
Set typeguard version to be about 2.12.1 to avoid incompatible v3
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 42bec18 commit cae0304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy>=1.21.6
22
networkx>=2.4
33
colorama>=0.4.1
4-
typeguard>=2.12.1
4+
typeguard~=2.12.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_requires =
2626
numpy>=1.21.6
2727
networkx>=2.4
2828
colorama>=0.4.1
29-
typeguard>=2.12.1
29+
typeguard~=2.12.1
3030

3131
[options.extras_require]
3232
all =

0 commit comments

Comments
 (0)