We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d90da7 commit 82e426fCopy full SHA for 82e426f
README.md
@@ -41,6 +41,8 @@ v1.0.0 will be the first stable release of the CellEngine Python Toolkit.
41
`Experiment.get_scaleset()` takes no args.** There is only one ScaleSet in an
42
experiment, so passing an `_id` or name is unnecessary.
43
44
+* **Pandas v2 dependency** updated from Pandas v1.
45
+
46
### Additional improvements
47
48
* Most dependencies have been removed.
setup.py
@@ -42,7 +42,7 @@
install_requires=[
"flowio~=1.1",
"numpy~=1.17",
- "pandas~=1.1",
+ "pandas~=2",
"requests~=2.22",
"requests-toolbelt~=0.9",
"urllib3~=1.25",
0 commit comments