about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5689c1a..52662a4 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(author='Bonface M. K.',
           "scipy>=1.6.0",
           "plotly>=4.14.3",
           "pyld",
-          "flask-cors>=3.0.9",
+          "flask-cors", # with the `>=3.0.9` specification, it breaks the build
           # "xapian-bindings" # this line breaks `guix shell …` for some reason
       ],
       include_package_data=True,