Skip to content

Commit

Permalink
depend: add requests as a dependency;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 9, 2024
1 parent 8811422 commit 355cb3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tqdm
numpy
scikit-learn
pandas
scipy
pandas
pyarrow
requests
scikit-learn
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ extend-ignore =
basic =
tqdm
numpy
scikit-learn
pandas
scipy
pandas
pyarrow
requests
scikit-learn
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
install_requires=[
"tqdm",
"numpy",
"scikit-learn",
"pandas",
"scipy",
"pandas",
"pyarrow",
"requests",
"scikit-learn",
],
setup_requires=["setuptools>=38.6.0"],
classifiers=[
Expand Down

0 comments on commit 355cb3b

Please sign in to comment.