Skip to content

Commit 7b2e8e0

Browse files
authored
relax pandas dependency to 2.0
1 parent e02c046 commit 7b2e8e0

File tree

3 files changed

+4
-69
lines changed

3 files changed

+4
-69
lines changed

mkdocs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,8 @@ nav:
5252
- API Reference: api.md
5353
- Examples: examples.md
5454

55-
extra:
56-
version:
57-
provider: mike
58-
5955
plugins:
6056
- search
61-
- mike
6257
- mkdocstrings:
6358
handlers:
6459
python:
@@ -70,8 +65,7 @@ plugins:
7065
show_signature: true
7166
separate_signature: true
7267
show_docstring_examples: true
73-
# show_signature_annotations: true
74-
# line_length: 60
68+
docstring_section_style: table
7569
extensions:
7670
- griffe_fieldz
7771
docstring_style: google

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ python = "^3.10"
1414
pydantic = ">=2.0.0,<3.0.0"
1515
numpy = ">=1.26.3,<2.0.0"
1616
scipy = ">=1.11.0"
17-
pandas = ">=2.2.0"
18-
pyarrow = ">=16.0.0"
17+
pandas = ">=2.0.0"
18+
pyarrow = ">=14.0.0"
1919
plotly = ">=5.18.0"
2020
phik = ">=0.12.4"
2121
fastcluster = ">=1.2.6"
@@ -37,7 +37,6 @@ mkdocs-material = "^9.0.0"
3737
griffe = "^1.0.0"
3838
pymdown-extensions = "^10.0.0"
3939
griffe-fieldz = "^0.2.0"
40-
mike = "^2.1.3"
4140

4241
[tool.ruff]
4342
target-version = "py310"

0 commit comments

Comments
 (0)