File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "3.1.5"
1+ from importlib .metadata import version
2+
3+ __version__ = version ("neuralforecast" )
24__all__ = ['NeuralForecast' ]
35from .common ._base_model import DistributedConfig # noqa: F401
46from .core import NeuralForecast
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " neuralforecast"
7- dynamic = [ " version " ]
7+ version = " 3.1.6 "
88description = " Time series forecasting suite using deep learning models"
99authors = [
1010 {name = " Nixtla" , email = " business@nixtla.io" }
@@ -66,9 +66,6 @@ dev = [
6666Homepage = " https://github.com/Nixtla/neuralforecast/"
6767Documentation = " https://nixtlaverse.nixtla.io/neuralforecast/"
6868
69- [tool .setuptools .dynamic ]
70- version = {attr = " neuralforecast.__version__" }
71-
7269[tool .setuptools ]
7370packages = [" neuralforecast" ]
7471
You can’t perform that action at this time.
0 commit comments