Skip to content

Commit 59d6037

Browse files
committed
Version 2.3.0; moved extra packages to 'all'
1 parent 3c80213 commit 59d6037

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

cometx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# the express permission of Comet ML Inc.
1313
# *******************************************************
1414

15-
version_info = (2, 2, 31)
15+
version_info = (2, 3, 0)
1616
__version__ = ".".join(map(str, version_info))

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ def get_version(file, name="__version__"):
4747
long_description_content_type="text/markdown",
4848
install_requires=[
4949
"comet_ml",
50-
"pillow>=11.1.0",
51-
"opik",
52-
"comet_mpm",
5350
],
51+
extras_require={
52+
"all": [
53+
"pillow>=11.1.0",
54+
"opik",
55+
"comet_mpm",
56+
],
57+
},
5458
packages=[
5559
"cometx.cli",
5660
"cometx.tools",

0 commit comments

Comments
 (0)