Skip to content

Commit

Permalink
Restore psutil and tbX
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Dec 10, 2024
1 parent 9ce8983 commit e103d63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion openfl-workspace/keras_cnn_mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
psutil
tensorflow==2.13
2 changes: 0 additions & 2 deletions openfl/utilities/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@


"""Logs utilities."""

import json
import logging

from rich.console import Console
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def run(self):
'click',
'pyyaml',
'rich',
'psutil',
'dynaconf',
'tqdm',
'numpy',
Expand All @@ -90,6 +91,7 @@ def run(self):
'pandas',
'scikit-learn',
'flatten_json',
'tensorboardX',
'protobuf>=4.22,<6.0.0',
'grpcio>=1.56.2,<1.66.0',
],
Expand Down

0 comments on commit e103d63

Please sign in to comment.