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 fdd3d82 commit 105cf3aCopy full SHA for 105cf3a
api/setup.py
@@ -58,7 +58,11 @@ def get_version():
58
"aionotify==0.2.0",
59
"anyio==3.3.0",
60
"jsonschema==3.0.2",
61
- "numpy==1.15.1",
+ # TODO(mc, 2021-09-28): this spec does not match the Pipfile, and is
62
+ # intentionally loose to avoid installation problems for end-users.
63
+ # This discrepency should be resolved:
64
+ # https://github.com/Opentrons/opentrons/issues/8416
65
+ "numpy>=1.15.1,<2",
66
"pydantic==1.4",
67
"pyserial==3.5",
68
"systemd-python==234; sys_platform=='linux'",
0 commit comments