Skip to content

Commit

Permalink
Merge pull request #2108 from recommenders-team/miguel/colab
Browse files Browse the repository at this point in the history
Update jupyter dep to accomodate Colab
  • Loading branch information
miguelgfierro committed Jun 10, 2024
2 parents 058300d + 8dfbaf0 commit cec9f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"locust>=2.12.2,<3", # requires jinja2
"memory-profiler>=0.61.0,<1",
"nltk>=3.8.1,<4", # requires tqdm
"notebook>=7.0.0,<8", # requires ipykernel, jinja2, jupyter, nbconvert, nbformat, packaging, requests
"notebook>=6.5.5,<8", # requires ipykernel, jinja2, jupyter, nbconvert, nbformat, packaging, requests
"numba>=0.57.0,<1",
"pandas>2.0.0,<3.0.0", # requires numpy
"pandera[strategies]>=0.6.5,<0.18;python_version<='3.8'", # For generating fake datasets
Expand Down

0 comments on commit cec9f95

Please sign in to comment.