We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ab8e4 commit 028d56dCopy full SHA for 028d56d
qurro/__init__.py
@@ -10,5 +10,5 @@
10
# The full license is in the file LICENSE.txt, distributed with this software.
11
# ----------------------------------------------------------------------------
12
13
-__version__ = "0.8.0-dev"
+__version__ = "0.9.0"
14
name = "qurro"
screenshots/redsea_data.png
14 KB
setup.py
@@ -79,7 +79,6 @@
79
# for details.
80
include_package_data=True,
81
install_requires=[
82
- # I think this ensures that rank_json["mark"] == {"type": "bar"}
83
"altair >= 4.0",
84
# 2.1.9 is the earliest BIOM version that adds support for pandas >= 1.
85
# Also, it takes care of the issue where biom.Table.to_dataframe()
0 commit comments