Skip to content

Commit f28731e

Browse files
CI: temporary pin numpy to 2.2 for avoiding typing failures
1 parent 3085f9f commit f28731e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ dependencies:
2323

2424
# required dependencies
2525
- python-dateutil
26-
- numpy<3
26+
# TEMP pin to avoid typing failures
27+
# - numpy<3
28+
- numpy=2.2.6
2729

2830
# optional dependencies
2931
- adbc-driver-postgresql>=1.2.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pytest-localserver
1414
PyQt5>=5.15.9
1515
coverage
1616
python-dateutil
17-
numpy<3
17+
numpy==2.2.6
1818
adbc-driver-postgresql>=1.2.0
1919
adbc-driver-sqlite>=1.2.0
2020
beautifulsoup4>=4.12.3

0 commit comments

Comments
 (0)