Ai
1 Star 0 Fork 0

Bytedance Inc./dplm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangxinyou.203 提交于 2025-05-15 18:47 +08:00 . formatted codes
# Copyright (c) 2024 Bytedance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0
from setuptools import find_packages, setup
setup(
name="ByProt",
version="1.0.0",
description="A pytorch library for swift protein design research and developing.",
author="ByteDance Research",
author_email="zhengzaixiang@bytedance.com",
# url="https://github.com/bytedance/ByProt",
install_requires=open("requirements.txt").readlines(),
package_dir={"": "src"},
packages=find_packages("src"),
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/dplm.git
git@gitee.com:ByteDance/dplm.git
ByteDance
dplm
dplm
main

搜索帮助