Skip to content

Commit dc09531

Browse files
committed
loosen pymongo dependency
1 parent 6158215 commit dc09531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ ordereddict==1.1
22
python-dateutil==2.7
33
matplotlib==1.4.3
44
numpy==1.14.5
5-
pymongo==3.6.1
5+
pymongo>=3.6.1,<4.0.0
66
psutil==5.4.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# simplify the default install experience, particularly where a build
1818
# toolchain is required.
1919
extras_requires = {
20-
"all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo==3.6.1', 'psutil==5.4.2'],
20+
"all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo>=3.6.1,<4.0.0', 'psutil==5.4.2'],
2121
"mlaunch": ['pymongo==3.6.1', 'psutil==5.4.2'],
2222
"mlogfilter": [],
2323
"mloginfo": ['numpy==1.14.5'],

0 commit comments

Comments
 (0)