diff --git a/.gitignore b/.gitignore index 9a7c6ad..75cdb8f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ *.pyc *.pyo *.pyd -__pycache__ +__pycache__/ +**/__pycache__/ *.so *.egg *.egg-info diff --git a/__pycache__/dataset.cpython-311.pyc b/__pycache__/dataset.cpython-311.pyc deleted file mode 100644 index 9ab292f..0000000 Binary files a/__pycache__/dataset.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/model.cpython-311.pyc b/__pycache__/model.cpython-311.pyc deleted file mode 100644 index d99c036..0000000 Binary files a/__pycache__/model.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/utils.cpython-311.pyc b/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 13967ca..0000000 Binary files a/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/pyproject.toml b/pyproject.toml index 3d3bf5e..aecdf6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "samay" version = "0.1.0" -description = "Add your description here" +description = "A library for time-series foundational models" readme = "README.md" authors = [{ name = "kage08", email = "harshavardhan864.hk@gmail.com" }] requires-python = ">=3.11" @@ -20,7 +20,6 @@ dependencies = [ "typer-config>=1.4.2", "typer>=0.15.1", "utilsforecast>=0.2.7", - "datasets>=3.2.0", "chronos-forecasting>=1.4.1", "tensorboardx>=2.6.2.2", "einops>=0.8.1",