Skip to content

Commit 04c1390

Browse files
authored
Update comment
1 parent 470affc commit 04c1390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ ipython =
6060
ipython
6161
extras =
6262
# loky 3.5.0 has a bug with python 3.10 on linux. (joblib/loky#444)
63+
# Fixed in 3.5.1
6364
loky; python_version>='3.11'
64-
loky!=3.5.0; python_version<='3.10' # Hopefully fixed by 3.5.1
65+
loky!=3.5.0; python_version<='3.10'
6566
tqdm
6667
mpmath
6768
mpi =

0 commit comments

Comments
 (0)