Skip to content

Commit

Permalink
Merge pull request Giskard-AI#7 from Giskard-AI/missing_package
Browse files Browse the repository at this point in the history
Missing package
  • Loading branch information
andreybavt committed Nov 24, 2022
2 parents a1afe6f + 4a0ac23 commit 38783e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sentiment_Analysis_for_Twitter_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install giskard transformers tweepy datasets"
"!pip install giskard transformers tweepy datasets torch"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion Text_classification_Using_Tensorflow_Neural_Network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install giskard tensorflow"
"!pip install giskard tensorflow==2.9.2"
]
},
{
Expand Down

0 comments on commit 38783e7

Please sign in to comment.