Skip to content

Commit

Permalink
add Flask as Cornac dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Nov 25, 2023
1 parent 41d828b commit 5cd59bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def extract_gcc_binaries():
"recommendation",
],
ext_modules=extensions,
install_requires=["numpy", "scipy", "tqdm>=4.19", "powerlaw"],
install_requires=["numpy", "scipy", "tqdm>=4.19", "powerlaw", "Flask>=3.0.0"],
extras_require={"tests": ["pytest", "pytest-pep8", "pytest-xdist", "pytest-cov"]},
cmdclass=cmdclass,
packages=find_packages(),
Expand Down

0 comments on commit 5cd59bf

Please sign in to comment.