Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Mar 22, 2024
1 parent 0e56620 commit 986b95c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nixtlats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.21"
__version__ = "0.2.0"
__all__ = ["TimeGPT"]
from .timegpt import TimeGPT
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 0.1.21
version = 0.2.0
min_python = 3.8
audience = Developers
language = English
Expand Down
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
with open("README.md", "r", encoding="utf8") as fh:
long_description = fh.read()

dev = ["black", "datasetsforecast", "nbdev", "plotly", "pre-commit", "python-dotenv", "statsforecast"]
dev = [
"black",
"datasetsforecast",
"nbdev",
"plotly",
"pre-commit",
"python-dotenv",
"statsforecast",
]
distributed = ["dask[dataframe]", "fugue[ray]>=0.8.7", "pyspark", "ray[serve-grpc]"]
plotting = ["utilsforecast[plotting]>=0.0.5"]
date_extras = ["holidays"]

setuptools.setup(
name="nixtlats",
version="0.1.21",
version="0.2.0",
description="TimeGPT SDK",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 986b95c

Please sign in to comment.