Skip to content

Commit 94f347e

Browse files
committed
Dependencies: Relax package versions of pandas, duckdb, grafana-client
... permitting their next minor version series. This will hopefully improve install+build times on Python 3.14.
1 parent 7048aea commit 94f347e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Set up project
7171
run: |
72-
uv pip install --editable='.[test]'
72+
uv pip install --upgrade --no-build --editable='.[test]'
7373
7474
- name: Run tests
7575
run: |

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"tqdm>=4.60.0,<5",
2121
"verlib2>=0.3.1,<0.4",
2222
# Filtering
23-
f"pandas<2.3; {no_linux_on_arm}",
24-
f"duckdb<1.3; {no_linux_on_arm}",
23+
f"pandas<2.4; {no_linux_on_arm}",
24+
f"duckdb<1.5; {no_linux_on_arm}",
2525
# Grafana
26-
"grafana-client>=4,<5",
26+
"grafana-client>=4,<6",
2727
"jsonpath-rw>=1.4.0,<2",
2828
# Caching
2929
"requests-cache>=0.8.0,<2",

0 commit comments

Comments
 (0)