Skip to content

Commit

Permalink
add package versions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hkchengrex committed Sep 21, 2023
1 parent 43b9823 commit 09b2c34
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
'gitpython',
'gitpython >= 3.1',
'thinplate@git+https://github.com/cheind/py-thin-plate-spline',
'hickle',
'tensorboard',
'numpy',
'Pillow',
'opencv-python',
'scipy',
'pycocotools',
'supervision',
'tqdm',
'gurobipy',
'PuLP',
'gradio',
'gdown',
'hickle >= 5.0',
'tensorboard >= 2.12',
'numpy >= 1.22',
'Pillow >= 9.5',
'opencv-python >= 4.8',
'scipy >= 1.11.2',
'pycocotools >= 2.0.7',
'supervision >= 0.14',
'tqdm >= 4.66.1',
'gurobipy >= 10.0.3',
'PuLP >= 2.7',
'gradio >= 3.44',
'gdown >= 4.7.1',
]

[project.urls]
Expand Down

0 comments on commit 09b2c34

Please sign in to comment.