Skip to content

Commit e9220bb

Browse files
committed
downgrade numpy for python 3.10 compat
1 parent 8845b97 commit e9220bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
'duckdb~=1.3.1',
2323
'fqfa~=1.3.1',
2424
'more_itertools~=10.7.0',
25-
'numpy~=2.3.1',
25+
'numpy~=2.2.6',
2626
'pandas~=2.3.0',
2727
'psutil~=7.0.0',
2828
'pyarrow~=20.0.0',

0 commit comments

Comments
 (0)