Compare commits

...
Author SHA1 Message Date
Charlotte Weaver f810d858f3 bump version 2018-11-30 15:58:46 -08:00
Charlotte Weaver 702b5d5070 Update scikit learn (#487)
They finally fixed their cloud pickle issue
2018-11-30 15:55:07 -08:00
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.2.4
[bumpversion:file:setup.py]
search = version="{current_version}"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.2.3",
"version": "0.2.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
"repository": "https://github.com/chanzuckerberg/cellxgene",
+1 -1
View File
@@ -5,7 +5,7 @@ from .prepare import prepare
@click.group(name="cellxgene", context_settings=dict(max_content_width=85))
@click.version_option(version="0.2.3", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
@click.version_option(version="0.2.4", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
def cli():
pass
+1 -1
View File
@@ -11,4 +11,4 @@ numpy>=1.14.5
pandas>=0.23.1
scanpy>=1.3.2
scipy>=1.1.0
scikit-learn==0.19.1
scikit-learn>=0.20.1
+1 -1
View File
@@ -8,7 +8,7 @@ with open("server/requirements.txt") as fh:
setup(
name="cellxgene",
version="0.2.3",
version="0.2.4",
packages=find_packages(),
url="https://github.com/chanzuckerberg/cellxgene",
license="MIT",