Skip to content

Commit 49708b5

Browse files
committed
Remove ipython dependency
1 parent ed37fba commit 49708b5

3 files changed

Lines changed: 1 addition & 28 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ tests-full = [
115115
tests = [
116116
{include-group = "tests-min"},
117117
{include-group = "tests-full"},
118-
"ipython>=8.18.1",
119118
]
120119
all-dev = [
121120
{include-group = "dev"},

requirements-only-tests-locked.txt

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements-only-tests-locked.txt --no-hashes --no-dev --no-emit-project --only-group tests
3-
asttokens==3.0.0
43
colorama==0.4.6 ; sys_platform == 'win32'
54
coverage==7.6.10
6-
decorator==5.1.1
75
exceptiongroup==1.3.0 ; python_full_version < '3.11'
8-
executing==2.1.0
96
iniconfig==2.0.0
10-
ipython==8.18.1 ; python_full_version < '3.10'
11-
ipython==8.37.0 ; python_full_version == '3.10.*'
12-
ipython==9.4.0 ; python_full_version >= '3.11'
13-
ipython-pygments-lexers==1.1.1 ; python_full_version >= '3.11'
14-
jedi==0.19.2
15-
matplotlib-inline==0.1.7
167
packaging==24.2
17-
parso==0.8.4
18-
pexpect==4.9.0 ; (python_full_version < '3.10' and sys_platform == 'emscripten') or (sys_platform != 'emscripten' and sys_platform != 'win32')
198
pluggy==1.5.0
20-
prompt-toolkit==3.0.48
21-
ptyprocess==0.7.0 ; (python_full_version < '3.10' and sys_platform == 'emscripten') or (sys_platform != 'emscripten' and sys_platform != 'win32')
22-
pure-eval==0.2.3
23-
pygments==2.19.1
249
pytest==8.3.4
2510
pytest-cov==6.0.0
26-
stack-data==0.6.3
2711
tomli==2.2.1 ; python_full_version <= '3.11'
28-
traitlets==5.14.3
29-
typing-extensions==4.12.2 ; python_full_version < '3.12'
30-
wcwidth==0.2.13
12+
typing-extensions==4.12.2 ; python_full_version < '3.11'

uv.lock

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

0 commit comments

Comments
 (0)