Skip to content

Commit 86e4c9d

Browse files
committed
[QUICK-FIX] - Updated requirements.txt and clarity in comments.
1 parent 09ec9f0 commit 86e4c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operations_coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class OperationsCoordinator:
9090
"""
9191
def __init__(
9292
self,
93-
workers_per_core: int = 4,
93+
workers_per_core: int = 4, # <- !!! THIS IS NOT ADJUSTABLE !!! (You can either disable convergence or leave that alone!)
9494
enable_convergence: bool = True,
9595
convergence_verbose: bool = False, # <- !!! THIS IS NOT COMPATIBLE WITH REPL !!!
9696
base_memory_budget_mb: int = 65,

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
psutil>=7.2.2
22
flask>=3.1.3
33
flask-socketio>=5.6.1
4-
prometheus-client>=0.24.1
4+
prometheus-client>=0.25.0
55
mpmath>=1.4.1

0 commit comments

Comments
 (0)