Skip to content

Commit cf97441

Browse files
committed
Install pandas via pip instead of conda
Conda doesn't have pandas 3.0 in default channel yet, so installing via pip.
1 parent f1b3142 commit cf97441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ channels:
44
dependencies:
55
- python=3.13
66
- anaconda=2025.12
7-
- pandas>=3
87
- pip
98
- pip:
9+
- pandas>=3
1010
- jupyter-book>=1.0.4post1,<2.0
1111
- quantecon-book-theme==0.15.1
1212
- sphinx-tojupyter==0.6.0

0 commit comments

Comments
 (0)