File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 56
56
tar -zxvf vampire-5.0-linux.tar.gz
57
57
export PATH=/root/atomate/linux/:$PATH
58
58
pip install --quiet -r requirements.txt -r requirements-ci.txt
59
- pip install git+https://github.com/materialsproject/pymatgen.git --upgrade
60
- pip install git+https://github.com/materialsproject/custodian.git --upgrade
61
- pip install git+https://github.com/materialsproject/fireworks.git --upgrade
62
59
# Add executables and path.
63
60
for EXEPATH in `pwd`/cmd_line/*/Linux_64bit; do export PATH=$PATH:$EXEPATH; done
64
61
pip install --quiet -e .
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FireWorks==1.9.7
3
3
maggma == 0.29.2
4
4
monty == 2021.6.10
5
5
networkx == 2.5.1
6
- numpy == 1.20.3
7
- pandas == 1.2.4
6
+ numpy >= 1.20.3 , < 1.22.0
7
+ pandas == 1.2.5
8
8
paramiko == 2.7.2
9
9
pydash == 5.0.0
10
10
pymatgen-analysis-diffusion == 2021.4.29
Original file line number Diff line number Diff line change 27
27
"maggma>=0.26.0" ,
28
28
"monty>=2.0.6" ,
29
29
"networkx" ,
30
- "numpy" ,
30
+ "numpy>=1.20.3,<1.22.0 " ,
31
31
"pandas" ,
32
32
"paramiko" ,
33
33
"pydash>=4.1.0" ,
34
34
"pymatgen-analysis-diffusion>=2021.4.29" ,
35
- "pymatgen>=2020.9.14" ,
35
+ "pymatgen>=2020.9.14,<=2022.0.10 " ,
36
36
"pyyaml>=5.1.2" ,
37
37
"ruamel.yaml" ,
38
38
"scipy" ,
You can’t perform that action at this time.
0 commit comments