Skip to content

Commit

Permalink
fixing install
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Aug 31, 2023
1 parent 828f65c commit 9b384fe
Showing 1 changed file with 21 additions and 26 deletions.
47 changes: 21 additions & 26 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,36 @@ bioimage_embed = "main:main"
bie = "main:main"

[tool.poetry.dependencies]
python = "^3.9"
torchvision = "^0.13.1"
torch = "^1.12.1"
torchinfo = "^1.7.0"
matplotlib = "3.5"
python = "^3.9,<3.10"
umap-learn = {extras = ["plot"], version = "^0.5.3"}
jsonargparse = {extras = ["signatures"], version = "^4.21.0"}
torchinfo = "^1.8.0"
matplotlib = "^3.7.2"
pytorch-lightning = "1.7.0"
pyro-ppl = "^1.8.2"
scikit-image = "^0.19.3"
pyro-ppl = "^1.8.6"
scikit-image = "^0.21.0"
iteround = "^1.0.4"
ipykernel = "^6.15.2"
ipykernel = "^6.25.1"
nonechucks = "^0.4.2"
pythae = "^0.0.8"
pytest = "^7.0.1"
pandas = "^1.5.2"
numpy = "^1.23.5"
bokeh = "^2.4.0"
umap-learn = {extras = ["plot"], version = "^0.5.3"}
pythae = "^0.1.1"
pytest = "^7.4.0"
pandas = "^2.1.0"
bokeh = "^3.2.2"
colorcet = "^3.0.1"
holoviews = "^1.15.2"
# idr-py = "^0.4.2"
#llvmlite = "^0.39.1"
torchmetrics = "^0.11.0"
tensorboard = "^2.11.2"
albumentations = "^1.3.0"
timm = "^0.6.13"
pip = "^23.1.2"
jsonargparse = {extras = ["signatures"], version = "^4.21.0"}
holoviews = "^1.17.1"
torchmetrics = "^1.1.1"
tensorboard = "^2.14.0"
albumentations = "^1.3.1"
timm = "^0.9.6"
pip = "^23.2.1"
hydra-core = "^1.3.2"
pyqt5 = "^5.15.9"
pytorch-lightning-bolts = "0.3.2"
lightning-bolts = "^0.6.0"
requests = "^2.30.0"
requests = "^2.31.0"
shapely = "^2.0.1"
pyefd = "^1.6.0"
tikzplotlib = "^0.10.1"
torchvision = "^0.15.2"
llvmlite = "^0.40.1"

[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
Expand Down

0 comments on commit 9b384fe

Please sign in to comment.