Skip to content

Commit cc49832

Browse files
authored
Merge branch 'main' into multilevel
2 parents 9b6a237 + a980df3 commit cc49832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/notebook-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Jupyter notebooks
2-
ipython<8.10.0
2+
ipython<8.11.0
33
# ipython 8.7 introduced a bug regarding pygments lexer support
44
# https://github.com/spatialaudio/nbsphinx/issues/24
55
# https://github.com/ipython/ipython/issues/13845

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# `pyproject.toml`, once optional dependencies defined there can reference one another
1010
extras_require = dict()
1111
extras_require["jax"] = [
12-
"jax[cpu]<0.4.3; platform_system!='Windows'",
12+
"jax[cpu]<0.4.4; platform_system!='Windows'",
1313
]
1414
extras_require["zoo"] = [
1515
"tqdm>=4.0",

0 commit comments

Comments
 (0)