Metadata-Version: 2.4
Name: evenet-core
Version: 0.2.0
Summary: Core components for EveNet models.
Author: EveNet contributors
License: MIT
Keywords: machine-learning,physics,pytorch,evenet
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lightning>=2.0
Requires-Dist: matplotlib>=3.7
Requires-Dist: numpy>=1.24
Requires-Dist: opt-einsum>=3.3
Requires-Dist: pyarrow>=14.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Requires-Dist: scikit-learn>=1.3
Requires-Dist: scipy>=1.10
Requires-Dist: sympy>=1.12
Requires-Dist: torch>=2.1
Requires-Dist: tqdm>=4.65
Requires-Dist: wandb>=0.16
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# evenet-core

Core neural network, dataset, and utility modules used by EveNet projects.

## Install

```bash
pip install evenet-core
```
