Skip to content

Commit

Permalink
pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joefutrelle committed Feb 7, 2025
1 parent d533cd9 commit 21b22b5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ classifiers = [
]
keywords = ['FlowCytobot','Imaging','ifcb']
dependencies = [
"scipy",
"pandas",
"h5py",
"requests",
"Pillow",
"rectpack",
"scikit-image",
"pysmb",
"smbprotocol",
"pyyaml",
"scipy^1.15.1",
"pandas^2.2.3",
"h5py^3.12.1",
"requests^2.32.3",
"Pillow^11.1.8",
"rectpack^0.2.2",
"scikit-image^0.25.1",
"pysmb^1.12.10",
"smbprotocol^1.15.0",
"pyyaml^6.0.2"
]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 21b22b5

Please sign in to comment.