Skip to content

Commit

Permalink
Deployment testing (#569)
Browse files Browse the repository at this point in the history
* redeploy
  • Loading branch information
lucidtronix authored May 24, 2024
1 parent bb11e1c commit 4fd4656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

here = pathlib.Path(__file__).parent.resolve()
# Get the requirements from the requirements file
requirements = (here / 'docker/vm_boot_images/config/tensorflow-requirements.txt').read_text(encoding='utf-8')
#requirements = (here / 'docker/vm_boot_images/config/tensorflow-requirements.txt').read_text(encoding='utf-8')
long_description = (here / 'README.md').read_text(encoding='utf-8')
setup(
name='ml4h',
Expand All @@ -13,7 +13,7 @@
long_description_content_type='text/markdown',
url='https://github.com/broadinstitute/ml4h',
python_requires='>=3.6',
#install_requires=["ml4ht", "tensorflow", "pytest", "numcodecs"], # requirements
install_requires=requirements,
install_requires=["ml4ht", "tensorflow", "pytest", "numcodecs"], # requirements
#install_requires=requirements,
packages=find_packages(),
)

0 comments on commit 4fd4656

Please sign in to comment.