Skip to content

Commit 9200736

Browse files
authored
ci: Unpin "temporary" CI pins (#3618)
* ci: Unpin 'temporary' CI pins * rollback formulaic and pointblank
1 parent 3123259 commit 9200736

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/downstream_tests.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
- name: install-altair-dev
4343
run: |
4444
cd altair
45-
# Temporary pin until it's addressed upstream.
46-
uv pip install "pandas<3"
4745
uv pip install -e ".[dev, all]"
4846
- name: install-narwhals-dev
4947
run: |
@@ -89,10 +87,6 @@ jobs:
8987
run: |
9088
cd marimo
9189
uv add ../ --editable
92-
# Temporary pin until it's addressed upstream.
93-
uv add "pandas<3" --group test-optional
94-
# Temporary pin to get CI green
95-
uv add "sqlglot<28.7.0" --group test-optional
9690
- name: show-deps
9791
run: |
9892
cd marimo
@@ -228,8 +222,6 @@ jobs:
228222
run: |
229223
cd tea-tasting
230224
uv sync --group test
231-
# Temporary pin to get CI green
232-
uv pip install "sqlglot<28.7.0"
233225
- name: install-narwhals-dev
234226
run: |
235227
cd tea-tasting
@@ -278,8 +270,6 @@ jobs:
278270
- name: install-tubular-dev
279271
run: |
280272
cd tubular
281-
# Temporary pin until it's addressed upstream.
282-
uv pip install "pandas<3"
283273
uv pip install -e ".[dev]"
284274
- name: install-narwhals-dev
285275
run: |
@@ -461,8 +451,6 @@ jobs:
461451
. .venv/bin/activate
462452
uv pip install . --group dev
463453
# Temporary pin to get CI green
464-
uv pip install "sqlglot<28.7.0"
465-
# Temporary pin to get CI green
466454
uv pip install "pandas<3"
467455
uv pip install pytest pytest-cov pytest-snapshot pandas polars "ibis-framework[duckdb,mysql,postgres,sqlite]>=9.5.0" chatlas shiny
468456
- name: install-narwhals-dev
@@ -512,9 +500,6 @@ jobs:
512500
run: |
513501
cd validoopsie
514502
uv sync --dev --upgrade
515-
# Temporary pin until it's addressed upstream.
516-
uv remove pandas --group dev
517-
uv add "pandas<3"
518503
- name: install-narwhals-dev
519504
run: |
520505
cd validoopsie

.github/workflows/pytest-ibis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535
- name: install-reqs
3636
run: uv pip install -e . --group core-tests
3737
- name: install ibis
38-
run: |
39-
# Temporary pin until it's fixed upstream
40-
uv pip install "sqlglot<28.6"
41-
uv pip install -e ".[ibis]"
38+
run: uv pip install -e ".[ibis]"
4239
- name: show-deps
4340
run: uv pip freeze
4441
- name: Run pytest

0 commit comments

Comments
 (0)