Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VicentePerezSoloviev committed Apr 16, 2024
1 parent 0a42fe4 commit f524e0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
keywords=['EDA', 'estimation', 'bayesian', 'evolutionary', 'algorithm', 'optimization', 'time_series', 'feature',
'selection', 'semiparametric', 'Gaussian'],
python_requires='>=3.8, <3.11',
setup_requires=["networkx", "pandas", "pgmpy", "pyarrow==9.0.0", "pybnesian==0.4.3", "scipy", "multiprocess"],
install_requires=["networkx", "pandas", "pgmpy", "pyarrow==9.0.0", "pybnesian==0.4.3", "scipy", "multiprocess"],
setup_requires=["networkx", "pandas", "pgmpy", "pyarrow==9.0.0", "pybnesian==0.4.3", "scipy", "multiprocess",
"matplotlib", "numpy"],
install_requires=["networkx", "pandas", "pgmpy", "pyarrow==9.0.0", "pybnesian==0.4.3", "scipy", "multiprocess",
"matplotlib", "numpy"],
license="MIT",
include_package_data=True,
package_data={'': ['benchmarks/input_data/*.txt']}
Expand Down

0 comments on commit f524e0e

Please sign in to comment.