Skip to content

Commit 61e60aa

Browse files
committed
add a pass in if statment to avoid failure when pip is commented
1 parent 3a03861 commit 61e60aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lectures/inflation_history.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jupytext:
44
extension: .md
55
format_name: myst
66
format_version: 0.13
7-
jupytext_version: 1.16.1
7+
jupytext_version: 1.16.7
88
kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
@@ -35,6 +35,7 @@ from packaging.version import Version
3535
3636
if Version(version("pandas")) < Version('2.1.4'):
3737
!pip install "pandas>=2.1.4"
38+
pass
3839
```
3940

4041
We can then import the Python modules we will use.

0 commit comments

Comments
 (0)