Skip to content

Commit a17f23f

Browse files
authored
Fix IPython package name from ipython to IPython (#3243)
1 parent 2a663f7 commit a17f23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dynamic = ["version"]
4242
all = [
4343
"contextily",
4444
"geopandas",
45-
"ipython",
45+
"IPython", # 'ipython' is not the correct module name.
4646
"rioxarray",
4747
]
4848

0 commit comments

Comments
 (0)