Skip to content

Commit 6611e1c

Browse files
committed
pin matplotlib temporarily (see #240)
1 parent 97aa6da commit 6611e1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ install_requires =
3939
scipy
4040
torch>=2.4.0
4141
tqdm
42-
matplotlib
42+
# NOTE(stes): Remove pin once https://github.com/AdaptiveMotorControlLab/CEBRA/issues/240
43+
# is resolved.
44+
matplotlib<3.11
4345
requests
4446

4547
[options.extras_require]

0 commit comments

Comments
 (0)