We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf06e1e commit ec43df9Copy full SHA for ec43df9
PLATER/requirements.txt
@@ -3,7 +3,7 @@ pyaml==20.4.0
3
pytest==8.3.3
4
pytest-asyncio==0.24.0
5
uvicorn==0.24.0
6
-reasoner-transpiler==2.4.1
+reasoner-transpiler==2.4.2
7
reasoner-pydantic==5.0.6
8
httpx==0.27.2
9
pytest-httpx==0.32.0
PLATER/setup.py
@@ -3,6 +3,6 @@
setup(
name='PLATER',
- version='v2.3.2',
+ version='v2.3.3',
packages=find_packages(),
)
0 commit comments