Skip to content

Commit 344ec3d

Browse files
Update setup.py
1 parent 41f9023 commit 344ec3d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
name = 'forecast-team-1',
99
packages = find_packages(),
1010
include_package_data = True,
11-
dependency_links=[
12-
"git+git://github.abc.com/abc/SomePrivateLib.git#egg=SomePrivateLib",
11+
install_requires = [
12+
'numpy==1.19.4',
13+
'torch==1.8.1',
14+
'torchvision==0.9.1',
15+
'Historic-Crypto==0.1.4',
16+
'yfinance==0.1.59',
17+
'TA-Lib==0.4.20',
18+
'sklearn==0.0',
19+
'matplotlib==3.3.3'
1320
]
1421
)

0 commit comments

Comments
 (0)