1 Star 0 Fork 0

zhoub86/dit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Ryan James 提交于 2019-12-08 23:41 . Use lattices (#175)
[build-system]
requires = ["flit", "setuptools"]
build-backend = "flit.buildapi"
[tool.flit.metadata]
module = "dit"
author = "chebee7i, Ryan G. James"
author-email = "admin@dit.io, rgjames@ucdavis.edu"
home-page = "http://dit.io"
requires-python = "!=3.0.*,!=3.1.*,!=3.2.*"
description-file = "README.rst"
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
]
requires = [
"boltons",
"debtcollector",
"lattices >= 0.3.3",
"networkx",
"numpy >= 1.11",
"PLTable",
"scipy >= 0.15.0",
]
[tool.poetry]
name = "dit"
version = "1.2.3"
description = ""
authors = [
"chebee7i <admin@dit.io>",
"Ryan G. James <rgjames@ucdavis.edu>",
]
[tool.poetry.dependencies]
python = "^3.3"
boltons = "*"
debtcollector = "*"
lattices = "^0.3.3"
networkx = "*"
numpy = "^1.11"
PLTable = "*"
scipy = "^0.15.0"
[tool.poetry.dev-dependencies]
pytest = "^3.4"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhoub86/dit.git
git@gitee.com:zhoub86/dit.git
zhoub86
dit
dit
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385