Skip to content

Commit e833ef4

Browse files
authored
0.4.7
1 parent ebb0825 commit e833ef4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
import os
33
ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
44

5-
f= open (os.path.join(ROOT_DIR, 'requirements.txt'),'r')
6-
install_requires = [line.strip() for line in f.readlines()]
7-
f.close()
5+
# f= open (os.path.join(ROOT_DIR, 'bobotools/requirements.txt'),'r')
6+
# install_requires = [line.strip() for line in f.readlines()]
7+
# f.close()
8+
install_requires=['pytest','tqdm','opencv-python-headless','numpy','torch','torchvision']
89

910
setup(
1011
name="bobotools",
@@ -14,7 +15,7 @@
1415
description="bobotools",
1516
long_description=open("README.md", "r").read(),
1617
long_description_content_type="text/markdown",
17-
version="0.4.6", # 版本
18+
version="0.4.7", # 版本
1819
install_requires=install_requires,
1920
python_requires=">=3.6",
2021
include_package_data=True,

0 commit comments

Comments
 (0)