Skip to content

Commit

Permalink
fix: add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
future-xy committed Feb 21, 2025
1 parent 1c5c424 commit 5adb622
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ authors = [
]

dependencies = [
"datasets>=3.3.2",
"openai>=1.58.0",
"numpy>=1.26.4",
"pandas>=2.2.3",
"requests>=2.31.0",
"seaborn>=0.13.2",
"matplotlib>=3.9",
"click>=8.1.8"
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
datasets
click>=8.1.8
datasets>=3.3.2
matplotlib>=3.9
numpy>=1.26.4
openai>=1.58.0
pandas>=2.2.3
requests>=2.31.0
seaborn>=0.13.2
2 changes: 1 addition & 1 deletion tracestorm/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from typing import List, Optional, Tuple

import pandas as pd

from datasets import load_dataset

from tracestorm.constants import DEFAULT_DATASET_FOLDER
from tracestorm.logger import init_logger

Expand Down

0 comments on commit 5adb622

Please sign in to comment.