volatility-trading icon indicating copy to clipboard operation
volatility-trading copied to clipboard

setup.py, Add pandas, numpy, and other package requirements

Open yahmed153 opened this issue 2 years ago • 0 comments

Add pandas, numpy, and other package requirements

setup( name='volatility-trading', version='0.0.1', url='https://github.com/jasonstrimpel/volatility-trading/', license='GPL-3.0-or-later', packages=['volatility','volatility/models'], install_requires=[ 'numpy~=1.21.4', 'pandas~=1.3.3', # ... other packages )

yahmed153 avatar Dec 19 '21 22:12 yahmed153