initial commit
This commit is contained in:
parent
dcba3cb2e2
commit
b032692a14
|
|
@ -8,3 +8,4 @@ __pycache__/
|
|||
thumbs.db
|
||||
.DS_Store
|
||||
.idea
|
||||
data
|
||||
|
|
@ -0,0 +1 @@
|
|||
3.10
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,18 @@
|
|||
[project]
|
||||
name = "clip-test"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"ftfy>=6.3.1",
|
||||
"ipykernel>=6.29.5",
|
||||
"matplotlib>=3.10.1",
|
||||
"numpy>=2.2.5",
|
||||
"packaging>=25.0",
|
||||
"regex>=2024.11.6",
|
||||
"scikit-image>=0.25.2",
|
||||
"torch>=2.7.0",
|
||||
"torchvision>=0.22.0",
|
||||
"tqdm>=4.67.1",
|
||||
]
|
||||
Loading…
Reference in New Issue