Skip to content

Commit 5b260c6

Browse files
committed
pin pymongo to < 4.0.0
1 parent 3b4dbc2 commit 5b260c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ paramiko==2.7.2
99
pydash==5.0.0
1010
pymatgen-analysis-diffusion==2021.4.29
1111
pymatgen==2022.0.10
12+
pymongo<4.0.0
1213
pyyaml==5.4.1
1314
ruamel.yaml==0.17.9
1415
scipy==1.7.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"pydash>=4.1.0",
3434
"pymatgen-analysis-diffusion>=2021.4.29",
3535
"pymatgen>=2020.9.14,<=2022.0.10",
36+
"pymongo<4.0.0",
3637
"pyyaml>=5.1.2",
3738
"ruamel.yaml",
3839
"scipy",

0 commit comments

Comments
 (0)