Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .semversioner/2.7.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"description": "Pin pandas==2.3.3.",
"type": "patch"
}
],
"created_at": "2026-01-26T17:46:58+00:00",
"version": "2.7.1"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

Note: version releases in the 0.x.y range may introduce breaking changes.

## 2.7.1

- patch: Pin pandas==2.3.3.

## 2.7.0

- minor: Set LiteLLM as default in init_content.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"numpy>=1.25.2",
"graspologic>=3.4.1",
"networkx>=3.4.2",
"pandas>=2.2.3",
"pandas>=2.2.3,<3",
"pyarrow>=17.0.0",
"umap-learn>=0.5.6",
# Configuration
Expand Down
Loading
Loading