Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Varitius24 authored Feb 24, 2024
1 parent fbb9646 commit fa45bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "setuptools_scm"]
build-backend = "setuptools.build_meta"

[project]
name = "name-here"
name = "crop-health"
version = "0.1.0"
authors = [{ name = "GU Orbit Software Team", email = "[email protected]" }]
requires-python = ">=3.10"
Expand All @@ -18,11 +18,11 @@ classifiers = [
dependencies = [
"numpy >= 1.24.3",
"rasterio >= 1.3.6",
"GDAL >= 3.6.2",
"Pillow >= 9.4.0",
"tensorflow >= 2.10",
"matplotlib >= 3.8.2 ",
"toml >= 0.10.2",
"tqdm >= 4.64.1",
"pandas >= 1.5.1",
"opencv-python-headless >= 4.8.0.76"
]

Expand Down

0 comments on commit fa45bd4

Please sign in to comment.