File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919"""
2020
2121__author__ = "Saad Mairaj"
22- __version__ = "0.0.2 "
22+ __version__ = "0.0.3 "
2323
2424from boolean_question .boolq import BoolQ
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
33__author__ = "Saad Mairaj"
4- __version__ = "0.0.2 "
4+ __version__ = "0.0.3 "
55
66
77def get_long_description (path ):
@@ -23,12 +23,12 @@ def get_long_description(path):
2323 license = 'Apache' ,
2424 python_requires = '>=3' ,
2525 install_requires = [
26- 'gdown' ,
27- 'torch' ,
28- 'torchvision' ,
29- 'transformers' ,
30- 'pandas' ,
31- 'numpy' ,
26+ 'gdown==3.13.0 ' ,
27+ 'torch==1.9.0 ' ,
28+ 'torchvision==0.10.0 ' ,
29+ 'transformers==2.5.1 ' ,
30+ 'pandas==1.3.1 ' ,
31+ 'numpy==1.21.1 ' ,
3232 ],
3333 keywords = [
3434 'question-answer' ,
You can’t perform that action at this time.
0 commit comments