Skip to content

Commit 47536ca

Browse files
committed
updated requirements.txt
1 parent 7f787c1 commit 47536ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
matplotlib>=3.5.1
1+
matplotlib>=3.7.0
22
numpy>=1.22.3
33
quadpy>=0.16.17
44
scipy>=1.8.0
5-
setuptools>=60.9.3
5+
setuptools>=67.3.1
66
tqdm>=4.63.0
77
sympy~=1.11.1
88
termcolor==2.0.1

src/PyDiffGame/examples/MassesWithSpringsComparison.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ def multiprocess_worker_function(N: int,
213213
# figure_filename=masses_with_springs.figure_filename_generator
214214
# )
215215

216+
#
217+
216218
params = [Ns, ks, ms, qs, rs, epsilon_xs, epsilon_Ps]
217219
PyDiffGameLQRComparison.run_multiprocess(multiprocess_worker_function=multiprocess_worker_function,
218220
values=params)
221+

0 commit comments

Comments
 (0)