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 7048aea commit 94f347eCopy full SHA for 94f347e
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Set up project
71
run: |
72
- uv pip install --editable='.[test]'
+ uv pip install --upgrade --no-build --editable='.[test]'
73
74
- name: Run tests
75
setup.py
@@ -20,10 +20,10 @@
20
"tqdm>=4.60.0,<5",
21
"verlib2>=0.3.1,<0.4",
22
# Filtering
23
- f"pandas<2.3; {no_linux_on_arm}",
24
- f"duckdb<1.3; {no_linux_on_arm}",
+ f"pandas<2.4; {no_linux_on_arm}",
+ f"duckdb<1.5; {no_linux_on_arm}",
25
# Grafana
26
- "grafana-client>=4,<5",
+ "grafana-client>=4,<6",
27
"jsonpath-rw>=1.4.0,<2",
28
# Caching
29
"requests-cache>=0.8.0,<2",
0 commit comments