Skip to content

Commit a930a8e

Browse files
committed
update the requirements
1 parent e158832 commit a930a8e

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies = [
1010
"scikit-learn",
1111
"nltk",
1212
"sphinx",
13-
"pytest"
13+
"pytest",
14+
"pandas"
1415
]
1516

1617
[build-system]

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pytest-cov
1+
pytest-cov
2+
pandas

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
scikit-learn
22
pytest
33
pytest-cov
4+
pandas

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
install_requires=[
88
"scikit-learn",
99
"nltk",
10+
"pandas",
1011
"sphinx",
1112
"pytest", # Usually listed under extras, but fine here too
1213
],

0 commit comments

Comments
 (0)