Skip to content

Commit f0fdf0a

Browse files
Update setup.py
1 parent c42cf84 commit f0fdf0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
packages = find_packages(),
66
include_package_data = True,
77
install_requires = [
8-
'numpy==1.19.4',
9-
'torch==1.8.1',
10-
'torchvision==0.9.1',
118
'Historic-Crypto==0.1.4',
129
'yfinance==0.1.59',
1310
'TA-Lib==0.4.20',
1411
'sklearn==0.0',
15-
'matplotlib==3.3.3'
1612
]
1713
)

0 commit comments

Comments
 (0)