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 212adee commit 483fa0cCopy full SHA for 483fa0c
requirements.txt
@@ -9,4 +9,4 @@ cryptography==43.0.1
9
prometheus-client>=0.20.0
10
scipy>=1.6.0
11
scikit-learn>=1.5.1
12
-platform-api-python-client==0.3.1
+platform-api-python-client==0.3.2
setup.py
@@ -11,7 +11,7 @@
setup(
13
name='centml',
14
- version='0.3.1',
+ version='0.3.2',
15
packages=find_packages(),
16
python_requires="<3.12",
17
long_description=open('README.md').read(),
0 commit comments