Skip to content

Commit faa69ee

Browse files
removing unnecessary tensorflow dependency
1 parent 054cf9c commit faa69ee

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

FLiESLUT/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
33

44
[project]
55
name = "FLiESLUT"
6-
version = "1.0.2"
6+
version = "1.0.3"
77
description = "Forest Light Environmental Simulator (FLiES) Radiative Transfer Model Look-Up Table (LUT) Implementation in Python"
88
readme = "README.md"
99
authors = [
@@ -24,8 +24,7 @@ dependencies = [
2424
"rasters",
2525
"sentinel-tiles",
2626
"solar-apparent-time",
27-
"sun-angles",
28-
"tensorflow==2.15.1"
27+
"sun-angles"
2928
]
3029

3130
requires-python = ">=3.10"

tests/test_import_dependencies.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"rasters",
1313
"sentinel_tiles",
1414
"solar_apparent_time",
15-
"sun_angles",
16-
"tensorflow"
15+
"sun_angles"
1716
]
1817

1918
# Generate individual test functions for each dependency

0 commit comments

Comments
 (0)