Skip to content

Commit 4c768c0

Browse files
authored
Merge pull request #143 from stanfordnlp/zen/remove_seaborn
[P0] removing seaborn dependency
2 parents 756e734 + 0e4003c commit 4c768c0

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ transformers>=4.38.1
33
datasets>=2.16.1
44
protobuf>=3.20.0
55
matplotlib>=3.7.4
6-
seaborn>=0.13.1
76
ipywidgets>=8.1.1
87
plotnine>=0.12.4
98
huggingface-hub==0.20.3

tutorials/advanced_tutorials/Boundless_DAS.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"outputs": [],
7070
"source": [
7171
"import torch\n",
72-
"import seaborn as sns\n",
7372
"from tqdm import tqdm, trange\n",
7473
"from datasets import Dataset\n",
7574
"from torch.utils.data import DataLoader\n",
@@ -617,7 +616,7 @@
617616
"name": "python",
618617
"nbconvert_exporter": "python",
619618
"pygments_lexer": "ipython3",
620-
"version": "3.8.12"
619+
"version": "3.10.13"
621620
}
622621
},
623622
"nbformat": 4,

tutorials/advanced_tutorials/tutorial_price_tagging_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import itertools
22
import matplotlib.pyplot as plt
33
import numpy as np
4-
import seaborn as sns
54
from functools import partial
65
from typing import Dict, Optional, Sequence
76
from torch.nn import functional as F

tutorials/basic_tutorials/tutorial_intervention_training_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import itertools
22
import matplotlib.pyplot as plt
33
import numpy as np
4-
import seaborn as sns
54
from functools import partial
65
from typing import Dict, Optional, Sequence
76
from torch.nn import functional as F

0 commit comments

Comments
 (0)