Unverified Commit f1a3d037 authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

add pandas to setup.cfg (#5093)

parent 90c83387
......@@ -5,6 +5,7 @@ from random import choice, randint
from time import time
import numpy as np
import pandas as pd
import torch
import torch.utils.checkpoint as checkpoint
from torch.utils.data import DataLoader, Dataset, RandomSampler, SequentialSampler
......@@ -12,7 +13,6 @@ from tqdm import tqdm
import faiss # noqa: F401
import nlp # noqa: F401
import pandas as pd
from elasticsearch import Elasticsearch # noqa: F401
from elasticsearch.helpers import bulk, streaming_bulk # noqa: F401
from transformers import AdamW, AutoModel, AutoModelForSeq2SeqLM, AutoTokenizer, get_linear_schedule_with_warmup
......
......@@ -14,6 +14,7 @@ known_third_party =
nltk
numpy
packaging
pandas
PIL
psutil
pytorch_lightning
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment