1 Star 0 Fork 12

xuelanghanbao / PaddleScience

forked from PaddlePaddle / PaddleScience 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
无语 提交于 2023-05-30 19:41 . add setup (#280)
"""
Setup configuration
"""
import setuptools
def readme():
"""README"""
with open("README.md") as f:
return f.read()
if __name__ == "__main__":
setuptools.setup(
name="paddlesci",
version="1.0.0",
author="PaddlePaddle",
url="https://github.com/PaddlePaddle/PaddleScience",
description=(
"PaddleScience is SDK and library for developing AI-driven scientific computing"
" applications based on PaddlePaddle."
),
long_description=readme(),
long_description_content_type="text/markdown",
packages=setuptools.find_packages(
exclude=(
"docs",
"examples",
"jointContribution",
"test_tipc",
"tests",
"tools",
)
),
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Mathematics",
],
install_requires=[
"numpy>=1.20.0",
"scipy",
"sympy",
"matplotlib",
"vtk",
"pyevtk",
"wget",
"scipy",
"visualdl",
"pyvista==0.37.0",
"pyyaml",
"scikit-optimize",
"h5py",
"meshio==5.3.4",
"tqdm",
"imageio",
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuelanghanbao/PaddleScience.git
git@gitee.com:xuelanghanbao/PaddleScience.git
xuelanghanbao
PaddleScience
PaddleScience
release/1.0

搜索帮助

344bd9b3 5694891 D2dac590 5694891