[tool.poetry] name = "wavemap_paper_era" version = "0.1.0" description = "" authors = ["Eric Kenji Lee <erickenjilee@gmail.com>"] [tool.poetry.dependencies] python = "^3.7" matplotlib = "3.2.2" seaborn = "0.11.2" numpy = "1.19.5" pandas = "1.1.5" scipy = "1.4.1" h5py = "3.1.0" networkx = "2.4" scikit-learn = "0.22.2.post1" xgboost = "1.0.2" umap-learn = "0.5.0" cylouvain = "0.2.2" shap = "0.35" python-igraph = "0.8.2" ipykernel = "^6.4.1" jupyterlab = "^3.1.13" openTSNE = "^0.6.0" python-louvain = "^0.15" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"