Skip to content

Commit

Permalink
Install experimental requirements while activating experimental openf…
Browse files Browse the repository at this point in the history
…l commands.

Signed-off-by: Parth Mandaliya <parthx.mandaliya@intel.com>
  • Loading branch information
ParthM-GitHub committed Sep 28, 2023
1 parent 1154962 commit defe192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion openfl/interface/experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ def activate():

from subprocess import check_call
from sys import executable
import openfl

rf = Path('experimental-requirements.txt').resolve()
rf = Path(openfl.__file__).parent.parent.resolve().joinpath(
"openfl-workspace", "experimental", "experimental-requirements.txt").resolve()

if rf.is_file():
check_call(
Expand Down

0 comments on commit defe192

Please sign in to comment.