mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 02:03:01 +00:00
uv pip sync doesn't install dependencies of packages
This commit is contained in:
parent
b31485f7a1
commit
2d73d84e20
2 changed files with 4 additions and 13 deletions
|
@ -31,18 +31,7 @@ maintainers = [
|
|||
|
||||
requires-python = ">= 3.10"
|
||||
|
||||
dependencies = [
|
||||
"tensorflow>=2.4",
|
||||
# "tensorflow_addons",
|
||||
"keras_cv",
|
||||
"silence_tensorflow",
|
||||
"loguru",
|
||||
"umap-learn[plot]",
|
||||
"seaborn",
|
||||
"matplotlib",
|
||||
"numpy",
|
||||
"pandas"
|
||||
]
|
||||
dependencies = { file = ["requirements.txt"] }
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/sbrl/research-rainfallradar"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
setuptools # Dependency of tensorflow that isn't mentioned >_<
|
||||
tensorflow>=2.4
|
||||
tensorflow_addons
|
||||
# tensorflow_addons
|
||||
keras_cv
|
||||
silence_tensorflow
|
||||
loguru
|
||||
umap-learn[plot]
|
||||
|
|
Loading…
Reference in a new issue