Skip to content

Commit 41f9023

Browse files
Update setup.py
1 parent 978b0d9 commit 41f9023

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

setup.py

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

0 commit comments

Comments
 (0)