Skip to content

Commit

Permalink
depen: add benchpots as a dependency;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jun 8, 2024
1 parent c515d42 commit 21271f0
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
Expand Up @@ -11,5 +11,6 @@ matplotlib
tensorboard
scikit-learn
torch>=1.10.0
tsdb>=0.2
pygrinder>=0.4
tsdb>=0.4
pygrinder>=0.6
benchpots>=0.1
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ basic =
tensorboard
scikit-learn
torch>=1.10.0
tsdb>=0.2
pygrinder>=0.4
tsdb>=0.4
pygrinder>=0.6
benchpots>=0.1

# dependencies that are optional, torch-geometric are only needed for model Raindrop
# but its installation takes too much time
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
"tensorboard",
"scikit-learn",
"torch>=1.10.0",
"tsdb>=0.2",
"pygrinder>=0.4",
"tsdb>=0.4",
"pygrinder>=0.6",
"benchpots>=0.1",
],
python_requires=">=3.7.0",
setup_requires=["setuptools>=38.6.0"],
Expand Down

0 comments on commit 21271f0

Please sign in to comment.