Skip to content

Commit 82e426f

Browse files
committed
deps: pandas v2
1 parent 2d90da7 commit 82e426f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ v1.0.0 will be the first stable release of the CellEngine Python Toolkit.
4141
`Experiment.get_scaleset()` takes no args.** There is only one ScaleSet in an
4242
experiment, so passing an `_id` or name is unnecessary.
4343

44+
* **Pandas v2 dependency** updated from Pandas v1.
45+
4446
### Additional improvements
4547

4648
* Most dependencies have been removed.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
install_requires=[
4343
"flowio~=1.1",
4444
"numpy~=1.17",
45-
"pandas~=1.1",
45+
"pandas~=2",
4646
"requests~=2.22",
4747
"requests-toolbelt~=0.9",
4848
"urllib3~=1.25",

0 commit comments

Comments
 (0)