From 9c929387be38b40a9b6f9d787680f379005bfc5b Mon Sep 17 00:00:00 2001 From: vital Date: Wed, 26 Jun 2024 16:03:27 +0100 Subject: [PATCH] Innate 0.1.5 --- .readthedocs.yaml | 18 ++++++++++++++++++ docs/source/conf.py | 2 +- docs/source/requirements.txt | 8 ++++++++ pyproject.toml | 2 +- requirements.txt | 1 + src/innate/config.toml | 2 +- 6 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 .readthedocs.yaml create mode 100644 docs/source/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..b22692f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + +python: + install: + - method: pip + path: . + - requirements: docs/requirements.txt + +formats: + - pdf + +sphinx: + fail_on_warning: true \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index a39e153..1789953 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ release = '06/25/2024' # The full version, including alpha/beta/rc tags -release = '0.1.4' +release = '0.1.5' # -- Moving documentation building data functions ---------------------------- diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt new file mode 100644 index 0000000..f7e6d05 --- /dev/null +++ b/docs/source/requirements.txt @@ -0,0 +1,8 @@ +numpy~=1.2 +h5py~=3.11 +matplotlib~=3.9 +bokeh==2.4.3 +astropy~=6.0 +h5netcdf~=1.3 +pytensor~=2.23 +tomli >= 2.0.0 ; python_version < "3.11" diff --git a/pyproject.toml b/pyproject.toml index 4334084..870d888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "innate-stable" -version = "0.1.4" +version = "0.1.5" readme = "README.rst" requires-python = ">=3.10" license = {file = "COPYING"} diff --git a/requirements.txt b/requirements.txt index 3564769..f7e6d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ matplotlib~=3.9 bokeh==2.4.3 astropy~=6.0 h5netcdf~=1.3 +pytensor~=2.23 tomli >= 2.0.0 ; python_version < "3.11" diff --git a/src/innate/config.toml b/src/innate/config.toml index 3fd1931..f609d9b 100644 --- a/src/innate/config.toml +++ b/src/innate/config.toml @@ -1,5 +1,5 @@ [metadata] -version = '0.1.4' +version = '0.1.5' [parameter_labels]