-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (39 loc) · 1.21 KB
/
requirements.txt
File metadata and controls
44 lines (39 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## local development ##
jupyterlab
notebook==7.*
ruff
# extensions
jupyter-resource-usage
## packages imported directly in notebooks ##
# .python-version should match version in Colab returned by `!python --version`. # Below, match versions in Colab returned by `!pip list` for packages where the interface may change.
# required for pandas' read_html()
html5lib
lxml
pandas==2.2.2
# Using v6 (newer than Colab) to avoid the need for the plugin in the base environment, and 6.0.1+ to avoid a bug in the HTML export.
# https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18
plotly>=6.0.1
requests==2.32.4
statsmodels==0.14.6
scipy
## supporting packages for notebooks ##
ipykernel
# https://plotly.com/python/static-image-export/
kaleido
# required for plotly rendering
# https://github.com/plotly/plotly.py/blob/v6.0.0/packages/python/plotly/plotly/io/_renderers.py#L426
nbformat>=4.2.0
# needed for plotly
# https://plotly.com/python/getting-started/#jupyterlab-support
anywidget
isoduration
narwhals
## CI ##
jinja2
# https://github.com/jupyter/nbconvert/pull/2196
nbconvert>=7.16.6
nbdime
pytest
jupyter-book==1.*
# https://github.com/sphinx-doc/sphinx/issues/10440#issuecomment-1556180835
sphinx>=6.2.0