From 135c7bdcd7fd6da14e237869545912187a131d1f Mon Sep 17 00:00:00 2001 From: Mohsen Naghipourfar Date: Mon, 3 Aug 2020 16:25:08 +0430 Subject: [PATCH] minor updates - removed unnecessary packages in requirements.txt - changed rst to md format in setup.py long_description --- requirements.txt | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index fac1e79..ecadcdc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -get_version anndata scanpy adjustText @@ -8,5 +7,4 @@ scipy pandas keras==2.2.4 matplotlib -seaborn -opencv-python \ No newline at end of file +seaborn \ No newline at end of file diff --git a/setup.py b/setup.py index 130e61b..e7b38c2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -long_description = Path('README.rst').read_text('utf-8') +long_description = Path('README.md').read_text('utf-8') try: from scarches import __author__, __email__