你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 04:26:52 +08:00
requirements updated in setup
这个提交包含在:
11
setup.cfg
11
setup.cfg
@@ -4,4 +4,13 @@ max-line-length = 120
|
|||||||
# E402, module level import not at top of file
|
# E402, module level import not at top of file
|
||||||
# E501, line too long
|
# E501, line too long
|
||||||
# F401, module imported but unused
|
# F401, module imported but unused
|
||||||
ignore = F401
|
ignore = F401
|
||||||
|
|
||||||
|
# apply to the "setup.py bdist_wheel" command
|
||||||
|
# the universal option with a value of 1 (that is, set it to true)
|
||||||
|
|
||||||
|
#[bdist_wheel]
|
||||||
|
#universal=1
|
||||||
|
|
||||||
|
[aliases]
|
||||||
|
test=pytest
|
15
setup.py
15
setup.py
@@ -186,7 +186,20 @@ setup(name=packagename,
|
|||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Topic :: Scientific/Engineering'
|
'Topic :: Scientific/Engineering'
|
||||||
],
|
],
|
||||||
# install_requires=[""],(to be updated),
|
#requirements
|
||||||
|
python_requires=">3.6",
|
||||||
|
install_requires=[
|
||||||
|
"colorama",
|
||||||
|
"cython",
|
||||||
|
"h5py",
|
||||||
|
"jupyter",
|
||||||
|
"matplotlib",
|
||||||
|
"numpy",
|
||||||
|
"psutil",
|
||||||
|
"scipy",
|
||||||
|
"terminaltables",
|
||||||
|
"tqdm",
|
||||||
|
],
|
||||||
ext_modules=extensions,
|
ext_modules=extensions,
|
||||||
packages=packages,
|
packages=packages,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
在新工单中引用
屏蔽一个用户