Skip to content

Commit 48ba604

Browse files
chore(deps): update dependency numpy to v1.26.4
1 parent 1e1cb72 commit 48ba604

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@
150150
# Data export: Basic formats
151151
'export': [
152152
'pyinfluxql>=0.0.1,<1',
153-
'numpy==1.18.5; python_version=="3.5"',
153+
'numpy==1.26.4; python_version=="3.5"',
154154
'pandas<1.3; python_version<"3.10"',
155-
'numpy<1.22; python_version<"3.10"',
155+
'numpy<1.27; python_version<"3.10"',
156156
'pandas<1.6; python_version<"3.12"',
157-
'numpy<1.25; python_version<"3.12"',
157+
'numpy<1.27; python_version<"3.12"',
158158
'pandas<3; python_version<"3.13"',
159159
'numpy<2; python_version<"3.13"',
160160
'pandas<4',

0 commit comments

Comments
 (0)