We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3623a5c commit 53292acCopy full SHA for 53292ac
libraries/mathy_python/mathy/agents/base_config.py
@@ -16,7 +16,7 @@ class Config:
16
author: str = about.__author__
17
email: str = about.__email__
18
url: str = about.__uri__
19
- mathy_version: str = about.__version__
+ mathy_version: str = f">={about.__version__},<1.0.0"
20
21
units: int = 64
22
embedding_units: int = 128
0 commit comments