init commit
This commit is contained in:
28
Pipfile
Normal file
28
Pipfile
Normal file
@@ -0,0 +1,28 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
gitpython = "*"
|
||||
ipython = "*"
|
||||
matplotlib = ">=3.2.2"
|
||||
numpy = ">=1.18.5"
|
||||
opencv-python = ">=4.1.1"
|
||||
pillow = ">=7.1.2"
|
||||
psutil = "*"
|
||||
pyyaml = ">=5.3.1"
|
||||
requests = ">=2.23.0"
|
||||
scipy = ">=1.4.1"
|
||||
thop = ">=0.1.1"
|
||||
torch = ">=1.7.0"
|
||||
torchvision = ">=0.8.1"
|
||||
tqdm = ">=4.64.0"
|
||||
tensorboard = ">=2.4.1"
|
||||
pandas = ">=1.1.4"
|
||||
seaborn = ">=0.11.0"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
Reference in New Issue
Block a user