From ebeaedd808f9d71a54d805f325c30b36106dbf9d Mon Sep 17 00:00:00 2001 From: Gregory Halverson Date: Tue, 29 Oct 2024 19:42:57 -0700 Subject: [PATCH] fixing tensorflow compatibility --- FLiESANN/version.txt | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FLiESANN/version.txt b/FLiESANN/version.txt index 1cc5f65..8cfbc90 100644 --- a/FLiESANN/version.txt +++ b/FLiESANN/version.txt @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9755df4..b8723e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"] [project] name = "FLiESANN" -version = "1.1.0" +version = "1.1.1" description = "Forest Light Environmental Simulator Radiative Transfer Model Artificial Neural Network Implementation in Python" readme = "README.md" authors = [ @@ -23,7 +23,7 @@ dependencies = [ "sentinel-tiles", "solar-apparent-time", "sun-angles", - "tensorflow==2.15" + "tensorflow==2.15.1" ] requires-python = ">=3.11"