Commit 3dcc2bb5 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Update requirements

parent 961d86fc
absl-py==0.13.0 absl-py==0.13.0
bio==0.8.9
biopython==1.79 biopython==1.79
biothings-client==0.2.6 biothings-client==0.2.6
certifi==2021.5.30 certifi==2021.5.30
...@@ -27,3 +26,4 @@ tqdm==4.62.2 ...@@ -27,3 +26,4 @@ tqdm==4.62.2
triton==1.0.0 triton==1.0.0
typing-extensions==3.10.0.2 typing-extensions==3.10.0.2
urllib3==1.26.6 urllib3==1.26.6
pytorch_lightning==1.4.8
...@@ -32,6 +32,7 @@ setup( ...@@ -32,6 +32,7 @@ setup(
'ml-collections', 'ml-collections',
'numpy', 'numpy',
'scipy', 'scipy',
'pytorch_lightning',
], ],
classifiers=[ classifiers=[
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment