Requirements.txt has a problem

(Coursera | Online Courses & Credentials From Top Educators. Join for Free | Coursera)

The requirements as they exist today (did git pull) include a reference to jupyterlab==4.1.4. This is incompatible with something else in the requirements which requires jupyterlab to be >= 4.2 (see below). I edited requirements.txt and set jupyterlab==4.2.5 and then pip3 install -r requirements.txt completed without error.

Error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
notebook 7.2.1 requires jupyterlab<4.3,>=4.2.0, but you have jupyterlab 4.1.4 which is incompatible.

My env: pyenv using 3.12.1 for materials in this course.

Regards,

–J

Thanks for reporting.

@chris.favila , can you please check this.