Skip to content

Commit e1c06d9

Browse files
committed
remove references to environment.yml
1 parent e1c049a commit e1c06d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

meta/instructor_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _While this is meant as internal documentation for the instructor, others are we
44

55
## Adding/updating packages
66

7-
1. Modify [`environment.yml`](https://github.com/afeld/python-public-policy/blob/main/extras/environment.yml)
7+
1. Modify [`requirements.txt`](https://github.com/afeld/python-public-policy/blob/main/requirements.txt)
88
1. Run
99

1010
```sh

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ nbconvert>=7.16.6
4040
nbdime
4141
pytest
4242

43-
# this needs to stay in sync with docs/environment.yml
44-
jupyter-book==1.0.4.post1
43+
jupyter-book==1.*
4544
# https://github.com/sphinx-doc/sphinx/issues/10440#issuecomment-1556180835
4645
sphinx>=6.2.0

0 commit comments

Comments
 (0)