From 90ca2e9b3f72e443f89ed4f4830cab21e087f906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoshiki=20V=C3=A1zquez=20Baeza?= Date: Mon, 10 Jul 2023 08:20:53 -0700 Subject: [PATCH] BUG: Fixes issue with Pandas >=1.5 (#811) * BUG: Fixes issue with Pandas >=1.5 Set objects are no longer allowed as an index argument for a DataFrame constructor. Fixes #810 * ENH: Use newer version of node --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index a80fbd79..f730312b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,8 +16,8 @@ Emperor ChangeLog * Pin Sphinx version to be less than 4.0. * Jupyter templates no longer require jQuery to add the CSS headers. -* Fix broken test suite with Pandas >=1.5 ([#810](https://github.com/biocore/emperor/issues/810)). * Limit jinja2 version for doc dependencies in setup.py. Allowed versions are: `>=2.9` and `<3.1`. +* Fix broken test suite with Pandas >=1.5 ([#810](https://github.com/biocore/emperor/issues/810)). # Emperor 1.0.3 (14 Apr 2021) -----------------------------