Skip to content

Commit

Permalink
reqst
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Oct 25, 2018
1 parent ce834a7 commit 5c089ff
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
15 changes: 14 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,17 @@ numpy
pyyaml
setuptools
six
typing
typing

torch
setuptools
torchvision
psutil
tqdm
pandas
tensorboardX
tensorboard
nvidia_ml_py3
pandas
numpy
imageio
25 changes: 13 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@

# 需要安装的依赖
install_requires=[
'torch>=0.4.1',
'setuptools>=16.0',
'torchvision>=0.2.0',
'psutil>=5.4.6',
'tqdm>=4.23.4',
'pandas>=0.23.0',
"tensorboardX>=1.4",
# 'tensorboard>=1.7.0',
"nvidia_ml_py3>=7.352.0",
"pandas>=0.23.1",
'numpy>=1.14.5',
'imageio>=2.4.1'],
# 'torch>=0.4.1',
# 'setuptools>=16.0',
# 'torchvision',
# 'psutil>=5.4.6',
# 'tqdm>=4.23.4',
# 'pandas>=0.23.0',
# "tensorboardX>=1.4",
# # 'tensorboard>=1.7.0',
# "nvidia_ml_py3>=7.352.0",
# "pandas>=0.23.1",
# 'numpy>=1.14.5',
# 'imageio>=2.4.1'
],

# # 添加这个选项,在windows下Python目录的scripts下生成exe文件
# # 注意:模块与函数之间是冒号:
Expand Down

0 comments on commit 5c089ff

Please sign in to comment.