Skip to content

Commit 7860492

Browse files
authored
deps: relax pandas bound (#159)
1 parent 635d4b3 commit 7860492

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires = ['poetry-core']
1414
build-backend = 'poetry.core.masonry.api'
1515

1616
[tool.poetry]
17-
version = '0.23.4rc3'
17+
version = '0.23.4rc4'
1818
packages = [{include = 'opvious', from = 'src'}]
1919

2020
[tool.poetry.dependencies]
@@ -26,7 +26,7 @@ humanize = '^4.4.0'
2626
importnb = '^2023.1.7'
2727
lru-dict = {version = '^1.3.0', optional = true}
2828
numpy = '>=2.3'
29-
pandas = '>=2.3'
29+
pandas = '>=2.2'
3030

3131
[tool.poetry.group.dev.dependencies]
3232
flake8 = '^7.0.0'

0 commit comments

Comments
 (0)