Skip to content

Commit

Permalink
try to workaround the tensorflow build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agrouaze committed Dec 14, 2023
1 parent 2c8dfa2 commit d81a8fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ dependencies = [
"scipy",
"netCDF4",
"importlib_resources",
"tensorflow",
'tqdm'
]

dynamic = ["version"]

[options.extras_require]
tensorflow = tensorflow


[build-system]
requires = ["setuptools>=64.0", "setuptools-scm"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit d81a8fe

Please sign in to comment.