Skip to content

Commit

Permalink
Add missing requirements (openai, tiktoken)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyuexi committed Jan 9, 2024
1 parent 599d2e9 commit 23eca84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ scikit-learn
tqdm
nltk
deap
openai
tiktoken
2 changes: 1 addition & 1 deletion tests/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ echo "=== Testing Spell ===" && cd $home/Spell && python demo.py && \
echo "=== Testing logmatch ===" && cd $home/logmatch && python demo.py &&\
# echo "=== Testing NuLog ===" && cd $home/NuLog && python demo.py &&\
echo "=== Testing Brain ===" && cd $home/Brain && python demo.py &&\
echo "=== Testing DivLog ===" && cd $home/DivLog && python demo.py &&\
# echo "=== Testing DivLog ===" && cd $home/DivLog && python demo.py &&\
echo "All tests succeed!"

0 comments on commit 23eca84

Please sign in to comment.