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__