We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f9023 commit 344ec3dCopy full SHA for 344ec3d
setup.py
@@ -8,7 +8,14 @@
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",
+ install_requires = [
+ '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'
20
]
21
)
0 commit comments