Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruruthia committed Sep 27, 2024
1 parent e607e5f commit 74baf71
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ authors = [
{name = "Artur Yakimovich"}
]
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
license = {text = "MIT"}
urls = {homepage = "https://github.com/casus/cvdm"}

dependencies = [
"tensorflow==2.15.0",
"keras==2.15.0",
"matplotlib==3.8.0",
"tqdm==4.65.0",
"scikit-learn==1.4.2",
"scikit-image==0.22.0",
"einops==0.7.0",
"neptune==1.10.2",
"opencv-python==4.9.0.80",
"tensorflow-addons==0.23.0",
"cupy-cuda12x==13.3.0"
"tensorflow>=2.15.0",
"keras>=2.15.0",
"matplotlib>=3.8.0",
"tqdm>=4.65.0",
"scikit-learn>=1.4.2",
"scikit-image>=0.22.0",
"einops>=0.7.0",
"neptune>=1.10.2",
"opencv-python>=4.9.0.80",
"tensorflow-addons>=0.23.0",
"cupy-cuda12x>=13.3.0"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 74baf71

Please sign in to comment.