from setuptools import setup
import sys
with open("requirements.txt", "r") as f:
required = f.read().splitlines()
setup(name="pytorch_fnet",
description=" a machine learning model for transforming microsocpy images between modalities",
author="Ounkomol, Chek and Fernandes, Daniel A. and Seshamani, Sharmishtaa and Maleckar, Mary M. and Collman, Forrest and Johnson, Gregory R.",