Skip to content

Commit

Permalink
Skip pandas release causing infinite recursion (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Oct 30, 2023
1 parent aeb17bc commit 12d0f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-notes/0.10.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

```{rubric} Bugfix
```
* Prevent pandas from causing infinite recursion when setting a slice of a categorical column {pr}`1211` {user}`flying-sheep`

```{rubric} Documentation
```
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ classifiers = [
dependencies = [
# pandas <1.1.1 has pandas/issues/35446
# pandas 2.1.0rc0 has pandas/issues/54622
"pandas >=1.1.1, !=2.1.0rc0",
# pandas 2.1.2 has pandas/issues/52927
"pandas >=1.1.1, !=2.1.0rc0, !=2.1.2",
"numpy>=1.16.5", # required by pandas 1.x
"scipy>1.4",
"h5py>=3",
Expand Down

0 comments on commit 12d0f41

Please sign in to comment.