Skip to content

Commit

Permalink
v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAl-Gburi committed Oct 31, 2023
1 parent 8edeba1 commit cd399a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions mlflow_emissions_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .experiment_tracking_training import EmissionsTrackerMlflow
from .utils import *
5 changes: 0 additions & 5 deletions mlflow_emissions_sdk/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""
import urllib.request

FLAVORS = ["sklearn", "keras", "pytorch"]
Expand Down Expand Up @@ -44,7 +43,3 @@ def verify_emission_tracker_is_instantiated(emissions_tracker):

except Exception as e:
print(e)
verify_flavor_exists("http://127.0.0.1:5000")
"""
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# run the installation of our mlflow_emissions_sdk
setup(
name="mlflow_emissions_sdk",
version="0.15",
packages=["mlflow_emissions_sdk", "utils"],
version="0.16",
packages=["mlflow_emissions_sdk"],
description="tracks carbon emissions and logs it to mlfow",
install_requires=requirements,
license="MIT",
Expand Down

0 comments on commit cd399a3

Please sign in to comment.