Skip to content

Commit

Permalink
Bump package version and minimal comet-ml version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Apr 10, 2024
1 parent e6759be commit 9f14b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from setuptools import find_packages, setup

requirements = [
"comet_ml>=3.37.1",
"comet_ml>=3.40.0",
"dataclasses; python_version<'3.7.0'",
"flatten-dict",
"requests",
Expand Down Expand Up @@ -59,7 +59,7 @@
package_dir={"": "src"},
url="https://www.comet.com",
project_urls=project_urls,
version="2.2.0",
version="2.2.1",
zip_safe=False,
license="MIT",
)

0 comments on commit 9f14b23

Please sign in to comment.