Skip to content

Commit

Permalink
Remove requirement.txt file from master branch
Browse files Browse the repository at this point in the history
Signed-off-by: HimanshuRRai <himanshu.rai@fujitsu.com>
  • Loading branch information
HimanshuRRai committed Oct 10, 2024
1 parent 5b55360 commit 0f3739b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frameworks/SapientML/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion frameworks/SapientML/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
#create local venv
. ${HERE}/../shared/setup.sh ${HERE} true

PIP install -r ${HERE}/requirements.txt
# PIP install -r ${HERE}/requirements.txt
if [[ "$VERSION" == "stable" ]]; then
PIP install --no-cache-dir -U ${PKG}
elif [[ "$VERSION" =~ ^[0-9] ]]; then
Expand Down

0 comments on commit 0f3739b

Please sign in to comment.