Installation
Install the package from pip with:
pip install cesnet-datazoo
or for editable install with:
pip install -e git+https://github.com/CESNET/cesnet-datazoo
Requirements
The cesnet-datazoo package requires Python >=3.10.
Dependencies
| Name | Version |
|---|---|
| matplotlib | |
| numpy | |
| pandas | |
| pydantic | >=2.0, !=2.9.*, <2.12.0 |
| PyYAML | |
| requests | |
| scikit-learn | |
| seaborn | |
| tables | >=3.10.0 |
| torch | >=1.10 |
| tqdm |