Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
vignt97867896
/
bioflow
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b25a5e5
bioflow
/
setup.py
Rami-Troudi
Phase 1: FastAPI integration with DeepPurpose DTI predictor
adecc9b
4 months ago
raw
Copy download link
history
blame
190 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'openbiomed'
,
version=
'0.1.0'
,
packages=find_packages(include=[
"openbiomed"
,
"openbiomed.*"
]),
install_requires=[],
)