We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c80213 commit 59d6037Copy full SHA for 59d6037
cometx/_version.py
@@ -12,5 +12,5 @@
12
# the express permission of Comet ML Inc.
13
# *******************************************************
14
15
-version_info = (2, 2, 31)
+version_info = (2, 3, 0)
16
__version__ = ".".join(map(str, version_info))
setup.py
@@ -47,10 +47,14 @@ def get_version(file, name="__version__"):
47
long_description_content_type="text/markdown",
48
install_requires=[
49
"comet_ml",
50
- "pillow>=11.1.0",
51
- "opik",
52
- "comet_mpm",
53
],
+ extras_require={
+ "all": [
+ "pillow>=11.1.0",
54
+ "opik",
55
+ "comet_mpm",
56
+ ],
57
+ },
58
packages=[
59
"cometx.cli",
60
"cometx.tools",
0 commit comments