--- a +++ b/Pipfile @@ -0,0 +1,33 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +numpy = "*" +scipy = "*" +pandas = "*" +seaborn = "*" +scikit-learn = "*" +matplotlib = "*" +plotly = "*" +statsmodels = "*" +loguru = "*" +requests = "*" +neo4j-driver = "*" +tqdm = "*" +pillow = "*" +jupyterlab = "*" +bioservices = "*" +networkx = "*" +tzlocal = "*" +pals-pathway = "*" +mofapy2 = "*" +mofax = "*" + +[dev-packages] +twine = "*" +build = "*" + +[requires] +python_version = "3"