Skip to content

Commit

Permalink
ENH: Record pip package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Dec 13, 2024
1 parent ad80968 commit e22350f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors = [
{ name = "Hastings Greer", email = "[email protected]" },
{ name = "Matt McCormick", email = "[email protected]" },
{ name = "Pranjal Sahu", email = "[email protected]" },
{ name = "Dženan Zukić", email = "[email protected]" },
]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -27,18 +28,18 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"torch",
"itk",
"itk-cuberille",
"itk-parabolicmorphology",
"trimesh",
"vtk",
"icon_registration",
"unigradicon",
"pooch",
"scikit-image",
"scikit-learn",
"zarr",
"torch==2.4.1+cu124",
"itk==5.4.0",
"itk-cuberille==2.7.0",
"itk-parabolicmorphology==1.3.1",
"trimesh==4.4.9",
"vtk==9.3.1",
"icon_registration==1.1.5",
"unigradicon==1.0.3",
"pooch==1.8.2",
"scikit-image==0.24.0",
"scikit-learn==1.5.1",
"zarr==2.18.3",
]

[project.urls]
Expand Down

0 comments on commit e22350f

Please sign in to comment.