1 Star 1 Fork 1

TracyCuiq/tf-encrypted

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Justin Patriquin 提交于 2018-11-05 15:34 . release 0.3.0 (#276)
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="tf-encrypted",
version="0.3.0",
packages=setuptools.find_packages(),
python_requires=">=3.5",
install_requires=[
"tensorflow>=1.9.0",
"numpy>=1.14.0"
],
extra_requires={
"tf": ["tensorflow>=1.9.0"]
},
license="Apache License 2.0",
url="https://github.com/mortendahl/tf-encrypted",
description="Layer on top of TensorFlow for doing machine learning on encrypted data.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Morten Dahl",
author_email="mortendahlcs@gmail.com",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Development Status :: 2 - Pre-Alpha",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Security :: Cryptography"
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tracycuiq/tf-encrypted.git
git@gitee.com:tracycuiq/tf-encrypted.git
tracycuiq
tf-encrypted
tf-encrypted
master

搜索帮助