Skip to content

Commit

Permalink
Setup: Renaming Package Sklearn to Scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
a-akram committed Feb 20, 2024
1 parent bfc3f3e commit 8cc8e58
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env python
# coding: utf-8

import os
from setuptools import setup, find_packages

Expand All @@ -11,7 +14,7 @@ def read(fname):
"scipy",
"pandas",
"matplotlib",
"sklearn",
"scikit-learn",
"pyyaml>=5.1",
"pytorch-lightning",
"decorator",
Expand All @@ -37,12 +40,12 @@ def read(fname):
long_description_content_type="text/markdown",
license="Apache License, Version 2.0",
keywords=[
"machine learning",
"Machine Learning",
"MLOps",
"Pytorch",
"PytorchLightning",
"Lightning",
"pipeline"
"Pipeline"
],
url="https://github.com/murnanedaniel/train-track",
)

0 comments on commit 8cc8e58

Please sign in to comment.