We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b6a237 + a980df3 commit cc49832Copy full SHA for cc49832
docs/notebook-requirements.txt
@@ -1,5 +1,5 @@
1
# Jupyter notebooks
2
-ipython<8.10.0
+ipython<8.11.0
3
# ipython 8.7 introduced a bug regarding pygments lexer support
4
# https://github.com/spatialaudio/nbsphinx/issues/24
5
# https://github.com/ipython/ipython/issues/13845
setup.py
@@ -9,7 +9,7 @@
9
# `pyproject.toml`, once optional dependencies defined there can reference one another
10
extras_require = dict()
11
extras_require["jax"] = [
12
- "jax[cpu]<0.4.3; platform_system!='Windows'",
+ "jax[cpu]<0.4.4; platform_system!='Windows'",
13
]
14
extras_require["zoo"] = [
15
"tqdm>=4.0",
0 commit comments