Remove no longer necessary dependency from setup.py
This commit is contained in:
@@ -24,7 +24,6 @@ freqai_rl = [
|
|||||||
'gymnasium',
|
'gymnasium',
|
||||||
'stable-baselines3',
|
'stable-baselines3',
|
||||||
'sb3-contrib',
|
'sb3-contrib',
|
||||||
'setuptools',
|
|
||||||
'tqdm'
|
'tqdm'
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -107,12 +106,9 @@ setup(
|
|||||||
'janus',
|
'janus',
|
||||||
'ast-comments',
|
'ast-comments',
|
||||||
'aiohttp',
|
'aiohttp',
|
||||||
'blosc',
|
|
||||||
'cryptography',
|
'cryptography',
|
||||||
'httpx',
|
'httpx',
|
||||||
'python-dateutil',
|
'python-dateutil',
|
||||||
'tables'
|
|
||||||
|
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'dev': all_extra,
|
'dev': all_extra,
|
||||||
|
|||||||
Reference in New Issue
Block a user