Skip to content

Commit 48ad1da

Browse files
Merge pull request #78 from CDCgov/rr-76-ipykernel-pandas
Rr 76 ipykernel pandas
2 parents a4e2e7d + bd515bd commit 48ad1da

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Calendar Versioning](https://calver.org/).
77
The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release})
88

99
---
10+
## [2026.04.24.0]
11+
12+
### Updated
13+
14+
- increased the maximum version allowed for pandas and ipykernel to make use of the next available major version
15+
1016
## [2026.04.10.0]
1117

1218
### Updated

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cfa.dataops"
3-
version = "2026.04.10.0"
3+
version = "2026.04.24.0"
44
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
55
authors = [
66
{ name = "Phil Rogers", email = "ap66@cdc.gov" },
@@ -18,15 +18,15 @@ dependencies = [
1818
"pyarrow (>=19.0.1,<24.0.0)",
1919
"fastparquet (>=2025.12.0,<2026.0.0)",
2020
"matplotlib (~=3.9,<3.11.0)",
21-
"pandas (>=2.2.3,<2.4.0)",
21+
"pandas (>=2.2.3,<4.0.0)",
2222
"polars (>=1.26.0,<1.40.0)",
2323
"altair (>=5.5.0,<6.1.0)",
2424
"vl-convert-python (>=1.7.0,<1.10.0)",
2525
"pandera[pandas] (>=0.24.0,<0.31.0)",
2626
"papermill (>=2.6.0,<2.8.0)",
2727
"ipywidgets (>=8.1.7,<8.1.9)",
2828
"itables (>=2.4.4,<2.8.0)",
29-
"ipykernel (>=6.30.0,<6.32.0)",
29+
"ipykernel (>=6.30.0,<8.0.0)",
3030
"nbconvert (>=7.16.6,<7.18.0)",
3131
"jupyter (>=1.1.1,<1.2.0)",
3232
"jupyterlab (>=4.4.5,<4.6.0)",

0 commit comments

Comments
 (0)