Metadata-Version: 2.1
Name: depthcharge-ms
Version: 0.4.0
Summary: A mass spectrometry toolkit for deep learning with Transformer models.
Author-email: "William E. Fondrie" <fondriew@gmail.com>
License: Apache 2.0
Project-URL: Homepage, https://github.com/wfondrie/depthcharge
Project-URL: Documentation, https://wfondrie.github.io/depthcharge
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: polars>=0.19.0
Requires-Dist: pyarrow>=12.0.1
Requires-Dist: pylance>=0.7.5
Requires-Dist: pyteomics>=4.4.2
Requires-Dist: numpy>=1.18.1
Requires-Dist: numba>=0.48.0
Requires-Dist: lxml>=4.9.1
Requires-Dist: einops>=0.4.1
Requires-Dist: tqdm>=4.65.0
Requires-Dist: lark>=1.1.4
Requires-Dist: selfies>=2.1.1
Requires-Dist: sortedcontainers>=2.4.0
Requires-Dist: dill>=0.3.6
Requires-Dist: rdkit>=2023.03.1
Requires-Dist: pillow>=9.4.0
Requires-Dist: spectrum-utils>=0.4.1
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.18; extra == "docs"
Provides-Extra: dev
Requires-Dist: pre-commit>=2.7.1; extra == "dev"
