Metadata-Version: 2.1
Name: sfu-ml-lib
Version: 0.0.1
Summary: Libraries that support the development of machine learning models in TensorFlow.
Author: Anderson de Andrade
Author-email: adeandrade@ensc.sfu.ca
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: mlflow (>=1.8,<2.0)
Requires-Dist: numba (>=0.51,<0.52)
Requires-Dist: numpy
Requires-Dist: scikit-learn (>=0.24,<0.25)
Requires-Dist: scipy (>=1.4,<2.0)
Requires-Dist: sfu-data-io (>=0.0,<0.1)
Requires-Dist: tensorflow (>=2.2,<3.0)
