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.
2 parents 4d104e3 + d1d89cb commit 874e9b7Copy full SHA for 874e9b7
apex/__init__.py
@@ -1,5 +1,5 @@
1
import os
2
-__version__ = '1.2.13'
+__version__ = '1.2.14'
3
LOCAL_PATH = os.getcwd()
4
5
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name="apex-flow",
8
- version="1.2.13",
+ version="1.2.14",
9
author="Zhuoyuan Li, Tongqi Wen",
10
author_email="zhuoyli@outlook.com",
11
description="Alloy Properties EXplorer using simulations",
@@ -18,7 +18,7 @@
18
"pydflow>=1.7.83",
19
"pymatgen>=2023.8.10",
20
'pymatgen-analysis-defects>=2023.8.22',
21
- "dpdata>=0.2.13",
+ "dpdata==0.2.17",
22
"dpdispatcher",
23
"phonopy",
24
"plotly",
0 commit comments