Skip to content

Commit 52a8826

Browse files
Allow numpy >= 1.20
1 parent 9ea9cc3 commit 52a8826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages =
2424
tictactoe
2525
python_requires = >=3.6
2626
install_requires =
27-
numpy==1.22.3
27+
numpy>=1.20
2828

2929
[options.package_data]
3030
tictactoe = py.typed

0 commit comments

Comments
 (0)