Skip to content

Commit

Permalink
Merge pull request #96 from joefutrelle/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
joefutrelle authored Feb 7, 2025
2 parents 0c8bfe0 + 020aedc commit 3520228
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

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.13.1",
"pandas==2.2.3",
"h5py==3.12.1",
"requests==2.32.3",
"Pillow==11.1.0",
"rectpack==0.2.2",
"scikit-image==0.24.0",
"pysmb==1.2.10",
"smbprotocol==1.15.0",
"pyyaml==6.0.2"
]

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

0 comments on commit 3520228

Please sign in to comment.