|
[tool.poetry] |
|
name = "xray-image-classifier" |
|
version = "0.1.0" |
|
description = "" |
|
authors = ["Your Name <[email protected]>"] |
|
readme = "README.md" |
|
|
|
[tool.poetry.dependencies] |
|
python = "3.11.8" |
|
tensorflow = "2.15.1" |
|
keras = "^2.15.0" |
|
numpy = "^1.23.5" |
|
pandas = "^2.2.2" |
|
matplotlib = "^3.9.2" |
|
jupyter = "^1.0.0" |
|
scipy = "^1.14.1" |
|
[tool.poetry.group.dev.dependencies] |
|
pytest = "^8.3.2" |
|
ipython = "^8.26.0" |
|
autopep8 = "^2.3.1" |
|
jupyter = "^1.0.0" |
|
|
|
[build-system] |
|
requires = ["poetry-core"] |
|
build-backend = "poetry.core.masonry.api" |
|
|