Skip to content

Commit afbcf4b

Browse files
authoredSep 9, 2024
Add requirement for pexpect; Bump numpy version
1 parent e5c5161 commit afbcf4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎geo-python-teacher.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip==23.3
99

1010
# General scientific packages
11-
- numpy==2.1.0
11+
- numpy==2.1.1
1212
- pandas==2.2.2
1313

1414
# Plotting
@@ -26,6 +26,7 @@ dependencies:
2626
- notebook==7.0.6
2727
- ipython==8.16.1
2828
- ipykernel==6.25.2
29+
- pexpect==4.9.0
2930

3031
# Teacher tools
3132
- nbgrader==0.9.1

0 commit comments

Comments
 (0)
Please sign in to comment.