Skip to content

Commit 9cdda25

Browse files
committed
remove unused deps from requirements{,-ci}.txt
1 parent 7bf7a85 commit 9cdda25

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

requirements-ci.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
pytest==6.2.4
2-
pytest-cov==2.12.1
1+
boto3==1.17.97
32
coverage==5.5
4-
coveralls==3.1.0
53
moto==2.0.10
6-
boto3==1.17.97
4+
pytest-cov==2.12.1
5+
pytest==6.2.4

requirements.txt

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
numpy==1.20.3
2-
scipy==1.7.0
1+
custodian==2021.2.8
32
FireWorks==1.9.7
4-
pymatgen-analysis-diffusion==2021.4.29
3+
maggma==0.29.2
54
monty==2021.6.10
6-
paramiko==2.7.2
7-
tqdm==4.61.1
8-
pybtex==0.24.0
9-
ruamel.yaml==0.17.9
10-
pandas==1.2.5
11-
pymatgen==2022.0.10
12-
custodian==2021.2.8
135
networkx==2.5.1
6+
numpy==1.20.3
7+
pandas==1.2.4
8+
paramiko==2.7.2
149
pydash==5.0.0
10+
pymatgen-analysis-diffusion==2021.4.29
11+
pymatgen==2022.0.10
1512
pyyaml==5.4.1
16-
maggma==0.29.2
17-
scikit-image==0.18.1
13+
ruamel.yaml==0.17.9
14+
scipy==1.7.0
15+
tqdm==4.61.1

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
},
2323
zip_safe=False,
2424
install_requires=[
25-
"numpy",
26-
"scipy",
25+
"custodian>=2019.8.24",
2726
"FireWorks>=1.4.0",
28-
"pymatgen-analysis-diffusion>=2021.4.29",
27+
"maggma>=0.26.0",
2928
"monty>=2.0.6",
30-
"paramiko",
31-
"pandas",
32-
"tqdm>=4.7.4",
3329
"networkx",
34-
"pymatgen>=2020.9.14",
35-
"custodian>=2019.8.24",
30+
"numpy",
31+
"pandas",
32+
"paramiko",
3633
"pydash>=4.1.0",
34+
"pymatgen-analysis-diffusion>=2021.4.29",
35+
"pymatgen>=2020.9.14",
3736
"pyyaml>=5.1.2",
38-
"maggma>=0.26.0",
37+
"ruamel.yaml",
38+
"scipy",
39+
"tqdm>=4.7.4",
3940
],
4041
extras_require={
4142
"plotting": ["matplotlib>=1.5.2"],
4243
"phonons": ["phonopy>=1.10.8"],
4344
"qchem": ["openbabel"],
4445
"complete": [
45-
"paramiko>=2.4.2",
4646
"matplotlib>=1.5.2",
4747
"phonopy>=1.10.8",
4848
"openbabel",

0 commit comments

Comments
 (0)