Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions hub/jupyter-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Jupyter server requirements
jupyter-server==2.16.0
ipykernel==6.29.5
ipython==9.2.0
ipython==9.15.0

# Data science packages
orjson==3.10.18
Expand All @@ -14,29 +14,29 @@ aiohttp==3.12.14
beautifulsoup4==4.13.4
bokeh==3.7.3
gensim==4.3.3 # unmaintained, blocking numpy and scipy bump
imageio==2.37.0
joblib==1.5.0
imageio==2.37.3
joblib==1.5.3
librosa==0.11.0
nltk==3.9.1
nltk==3.9.4
numpy==1.26.4 # bump blocked by gensim
numba==0.61.2
opencv-python==4.11.0.86
openpyxl==3.1.5
plotly==6.0.1
kaleido==1.0.0
pytest==8.3.5
python-docx==1.1.2
pytz==2025.2
python-docx==1.2.0
pytz==2026.2
requests==2.32.4
scikit-image==0.25.2
scikit-learn==1.6.1
scipy==1.13.1 # bump blocked by gensim
seaborn==0.13.2
soundfile==0.13.1
soundfile==0.14.0
spacy==3.8.2 # doesn't work on 3.13.x
textblob==0.19.0
tornado==6.5.1
urllib3==2.5.0
tornado==6.5.7
urllib3==2.7.0
xarray==2025.4.0
xlrd==2.0.1
sympy==1.14.0
Expand Down