Metadata-Version: 2.1
Name: cell2cell
Version: 0.1.0
Summary: TBD
Home-page: UNKNOWN
Author: cell2cell development team
Author-email: earmingol@eng.ucsd.edu
Maintainer: cell2cell development team
Maintainer-email: earmingol@eng.ucsd.edu
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Requires-Dist: numpy (>=1.16)
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: xlrd (>=1.1)
Requires-Dist: openpyxl (>=2.6.2)
Requires-Dist: networkx (>=2.3)
Requires-Dist: matplotlib (>=3.1.2)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: goenrich (>=1.11)
Requires-Dist: scikit-bio
Requires-Dist: scikit-learn
Requires-Dist: tqdm

# Capturing Cell-Cell Interactions with cell2cell

## Installation
Create a new conda environment:
```
conda create -n cell2cell -y python=3.7 jupyter
```

Then, install cell2cell:
```
pip install cell2cell
```


