Skip to content

Commit

Permalink
feat: add ai4ts as a dependency and update requirements files;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Sep 5, 2024
1 parent 65e059e commit bdcbace
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
7 changes: 2 additions & 5 deletions pypots/gungnir/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
# Created by Wenjie Du <[email protected]>
# License: BSD-3-Clause

from ..utils.logging import logger

from ai4ts.client import TimeSeriesAI

class TimeSeriesAI:
def __init__(self):
pass
from ..utils.logging import logger


class Gungnir(TimeSeriesAI):
Expand Down
8 changes: 6 additions & 2 deletions requirements/conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ dependencies:
- conda-forge::matplotlib
- conda-forge::tensorboard
- conda-forge::scikit-learn
- conda-forge::pygrinder >=0.6.2
- conda-forge::pygrinder >=0.6.4
- conda-forge::tsdb >=0.6.1
- conda-forge::benchpots >=0.2.1
- conda-forge::benchpots >=0.3
- pytorch::pytorch >=1.10.0

- pip:
# not published on conda-forge yet
- ai4ts
5 changes: 3 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ tensorboard
scikit-learn
torch>=1.10.0
tsdb>=0.6.1
pygrinder>=0.6.2
benchpots>=0.2.1
pygrinder>=0.6.4
benchpots>=0.3
ai4ts

0 comments on commit bdcbace

Please sign in to comment.