Skip to content

Commit

Permalink
Dependencies: Add upper limit for ipython<8.13
Browse files Browse the repository at this point in the history
The release `ipython==8.13` dropped support for Python 3.8 and so until
we drop support as well, we have to introduce this upper limit.
  • Loading branch information
sphuber committed May 1, 2023
1 parent 9782176 commit 47c818c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- docstring_parser
- get-annotations~=0.1
- python-graphviz~=0.19
- ipython<9,>=7
- ipython<8.13,>=7
- jinja2~=3.0
- jsonschema~=3.0
- kiwipy[rmq]~=0.7.7
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"docstring-parser",
"get-annotations~=0.1;python_version<'3.10'",
"graphviz~=0.19",
"ipython>=7,<9",
"ipython>=7,<8.13",
"jinja2~=3.0",
"jsonschema~=3.0",
"kiwipy[rmq]~=0.7.7",
Expand Down

0 comments on commit 47c818c

Please sign in to comment.