Skip to content

Commit

Permalink
use optional dependencies on the project
Browse files Browse the repository at this point in the history
  • Loading branch information
biplovbhandari committed Apr 23, 2024
1 parent 5eaa590 commit d9cd70e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

[project.optional-dependencies]
extra = [
"apache-beam[gcp]>=2.38.0",
# Other dev dependencies can be listed here
]

[tool]
[tool.setuptools.packages.find]
include = ["aces*"]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
numpy
tensorflow>=2.9.3
apache-beam[gcp]>=2.38.0
earthengine-api
python-dotenv>=1.0.0
matplotlib

0 comments on commit d9cd70e

Please sign in to comment.