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.
1 parent fdc36ee commit f54be42Copy full SHA for f54be42
setup.py
@@ -48,13 +48,13 @@ def read_requirements(filename):
48
# Declare minimal set for installation
49
required_packages = [
50
"attrs==20.3.0",
51
- "boto3>=1.20.21",
+ "boto3>=1.20.21,<2.0",
52
"google-pasta",
53
- "numpy>=1.9.0",
54
- "protobuf>=3.1",
55
- "protobuf3-to-dict>=0.1.5",
+ "numpy>=1.9.0,<2.0",
+ "protobuf>=3.1,<4.0",
+ "protobuf3-to-dict>=0.1.5,<1.0",
56
"smdebug_rulesconfig==1.0.1",
57
- "importlib-metadata>=1.4.0",
+ "importlib-metadata>=1.4.0,<2.0",
58
"packaging>=20.0",
59
"pandas",
60
"pathos",
0 commit comments