Skip to content

Commit b72f8b5

Browse files
authored
chore[dependency-update]: update autoprotocol to bring in informatics (#199)
1 parent 628f1c9 commit b72f8b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Updated
3030
- Returned more explicit error statuses for `projects` and `submit` commands.
3131
- Remove notebooks directory as we break it out into a `separate repository <https://github.com/open-strateos/txpy_jupyter_notebooks>`_
3232
- Plumbed test posargs through to allow local execution of specific test files.
33+
- Autoprotocol dependency to >=7.6.1,<8 for `Instruction` `informatics` attribute
3334

3435
v9.0.0
3536
------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_tests(self):
5050
jupyter_deps = ["pandas>=0.23,<1", "responses>=0.12.0,<1", "jupyter>=1.0.0, <2"]
5151

5252
analysis_deps = [
53-
"autoprotocol>=7.1,<8",
53+
"autoprotocol>=7.6.1,<8",
5454
"matplotlib>=3,<4",
5555
# incompatibilities with release 1.20.0
5656
"numpy>=1.14,<=1.19.5",

0 commit comments

Comments
 (0)