Skip to content

Commit

Permalink
Pin setup to only use luma.core v1.x.y lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Oct 24, 2020
1 parent 9c3360e commit 1959e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -67,7 +67,7 @@ def find_version(*file_paths):
packages=find_packages(),
namespace_packages=["luma"],
zip_safe=False,
install_requires=["luma.core>=1.16.2"],
install_requires=["luma.core>=1.16.2,<2.0.0"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit 1959e2f

Please sign in to comment.