Skip to content

Commit

Permalink
cleaned up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMenden committed Dec 16, 2020
1 parent d79807c commit f5757cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Version 0.9.6
+ fixed Dockerfile (switched to pip installation)
+ added better error messages to `simulate` command
+ cleaned up dependencies

### Version 0.9.5
+ added `scaden simulate` command to perform bulk simulation and training file creation
Expand Down
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@
'pandas',
'numpy',
'scikit-learn',
'scipy',
'tensorflow>=2.0',
'anndata',
'tqdm',
'click'
],
extras_require = {
'scanpy': ["scanpy", "matplotlib", "seaborn"]
}
'click',
'h5py~=2.10.0'
]
)

0 comments on commit f5757cc

Please sign in to comment.