Skip to content

Commit f891833

Browse files
committed
fixup the scipi environment setup so that it's a dev requirement for everything but shared data
1 parent 0e75ca9 commit f891833

File tree

8 files changed

+124
-31
lines changed

8 files changed

+124
-31
lines changed

api/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ opentrons-hardware = { editable = true, path = "./../hardware", extras=["FLEX"]
1313
numpy = "==1.22.3"
1414
packaging = "==21.3"
1515
pyusb = "==1.2.1"
16-
scipy = "==1.8.1"
1716

1817
[dev-packages]
1918
# atomicwrites and colorama are pytest dependencies on windows,
@@ -52,3 +51,4 @@ pytest-profiling = "~=1.7.0"
5251
jinja2 = ">=2.3,<3.1"
5352
hypothesis = "==6.96.1"
5453
performance-metrics = {file = "../performance-metrics", editable = true}
54+
scipy = "==1.8.1"

api/Pipfile.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

g-code-testing/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ flake8-noqa = "~=1.4.0"
3232
black = "==22.3.0"
3333
decoy = "~=2.1.1"
3434
pyusb = "==1.2.1"
35+
scipy = "==1.8.1"
3536

3637
[requires]
3738
python_version = "3.10"

g-code-testing/Pipfile.lock

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hardware-testing/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ flake8-noqa = "~=1.2.1"
2828
requests = "==2.27.1"
2929
types-requests = "==2.25.6"
3030
pyusb = "==1.2.1"
31+
scipy = "==1.8.1"
3132

3233
[requires]
3334
python_version = "3.10"

hardware-testing/Pipfile.lock

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

robot-server/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ python-box = "==6.1.0"
3838
types-paho-mqtt = "==1.6.0.20240106"
3939
pyusb = "==1.2.1"
4040
performance-metrics = {file = "../performance-metrics", editable = true}
41+
scipy = "==1.8.1"
4142

4243
[packages]
4344
anyio = "==3.7.1"

robot-server/Pipfile.lock

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)