We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3085f9f commit f28731eCopy full SHA for f28731e
environment.yml
@@ -23,7 +23,9 @@ dependencies:
23
24
# required dependencies
25
- python-dateutil
26
- - numpy<3
+ # TEMP pin to avoid typing failures
27
+ # - numpy<3
28
+ - numpy=2.2.6
29
30
# optional dependencies
31
- adbc-driver-postgresql>=1.2.0
requirements-dev.txt
@@ -14,7 +14,7 @@ pytest-localserver
14
PyQt5>=5.15.9
15
coverage
16
python-dateutil
17
-numpy<3
+numpy==2.2.6
18
adbc-driver-postgresql>=1.2.0
19
adbc-driver-sqlite>=1.2.0
20
beautifulsoup4>=4.12.3
0 commit comments