Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
- removed unnecessary packages in requirements.txt
- changed rst to md format in setup.py long_description
  • Loading branch information
Mohsen Naghipourfar committed Aug 3, 2020
1 parent 2e5d2da commit 135c7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
get_version
anndata
scanpy
adjustText
Expand All @@ -8,5 +7,4 @@ scipy
pandas
keras==2.2.4
matplotlib
seaborn
opencv-python
seaborn
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 135c7bd

Please sign in to comment.