Remove no longer necessary dependency from setup.py

This commit is contained in:
Matthias
2023-05-02 19:27:01 +02:00
parent f61bf346c0
commit a935f1e4de

View File

@@ -24,7 +24,6 @@ freqai_rl = [
'gymnasium',
'stable-baselines3',
'sb3-contrib',
'setuptools',
'tqdm'
]
@@ -107,12 +106,9 @@ setup(
'janus',
'ast-comments',
'aiohttp',
'blosc',
'cryptography',
'httpx',
'python-dateutil',
'tables'
],
extras_require={
'dev': all_extra,