Revision f277e8cf482145502e51cab7b919bc2333073721 authored by zabel on 23 January 2024, 12:05:36 UTC, committed by zabel on 23 January 2024, 12:05:36 UTC
1 parent bb4c3e5
Raw File
setup.cfg
[metadata]
name = vipurpca
version = 0.0.4
author = Susanne Zabel
author_email = susizabel93@gmail.com
description = Visualizing and propagating uncertainty in PCA
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Integrative-Transcriptomics/VIPurPCA
project_urls =
    Bug Tracker = https://github.com/Integrative-Transcriptomics/VIPurPCA/issues
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: MIT License
    Operating System :: OS Independent

[options]
package_dir =
    = src
packages = find:
python_requires = >=3.7
install_requires =
    jax
    jaxlib
    matplotlib
    numpy
    psutil
    scikit-learn
include_package_data = True
zip_safe = False

[options.packages.find]
where = src
back to top