We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978b0d9 commit 41f9023Copy full SHA for 41f9023
setup.py
@@ -4,14 +4,11 @@
4
name = 'PythonDataProcessing',
5
packages = find_packages(),
6
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'
+ setup(
+ name = 'forecast-team-1',
+ packages = find_packages(),
+ include_package_data = True,
+ dependency_links=[
+ "git+git://github.abc.com/abc/SomePrivateLib.git#egg=SomePrivateLib",
16
]
17
-)
+)
0 commit comments