Skip to content

Commit

Permalink
Merge pull request #143 from stanfordnlp/zen/remove_seaborn
Browse files Browse the repository at this point in the history
[P0] removing seaborn dependency
  • Loading branch information
frankaging authored Apr 8, 2024
2 parents 756e734 + 0e4003c commit 4c768c0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ transformers>=4.38.1
datasets>=2.16.1
protobuf>=3.20.0
matplotlib>=3.7.4
seaborn>=0.13.1
ipywidgets>=8.1.1
plotnine>=0.12.4
huggingface-hub==0.20.3
Expand Down
3 changes: 1 addition & 2 deletions tutorials/advanced_tutorials/Boundless_DAS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"outputs": [],
"source": [
"import torch\n",
"import seaborn as sns\n",
"from tqdm import tqdm, trange\n",
"from datasets import Dataset\n",
"from torch.utils.data import DataLoader\n",
Expand Down Expand Up @@ -617,7 +616,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import itertools
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
from functools import partial
from typing import Dict, Optional, Sequence
from torch.nn import functional as F
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import itertools
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
from functools import partial
from typing import Dict, Optional, Sequence
from torch.nn import functional as F
Expand Down

0 comments on commit 4c768c0

Please sign in to comment.