Skip to content

Commit 3711983

Browse files
chore(deps): update dependency numpy to v2
1 parent 1e1cb72 commit 3711983

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

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

0 commit comments

Comments
 (0)