Skip to content

Commit

Permalink
Merge pull request #7 from gregory-halverson/main
Browse files Browse the repository at this point in the history
fixing tensorflow compatibility
  • Loading branch information
gregory-halverson authored Oct 30, 2024
2 parents 0d1697c + ebeaedd commit 89cc395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FLiESANN/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -23,7 +23,7 @@ dependencies = [
"sentinel-tiles",
"solar-apparent-time",
"sun-angles",
"tensorflow==2.15"
"tensorflow==2.15.1"
]

requires-python = ">=3.11"
Expand Down

0 comments on commit 89cc395

Please sign in to comment.