summaryrefslogtreecommitdiff
path: root/math/py-or-tools/files/patch-tools_setup.py.in
blob: 0a2314a73f4f96e05ac641014c513dd7ba1afab3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tools/setup.py.in.orig	2020-08-03 20:20:27 UTC
+++ tools/setup.py.in
@@ -46,8 +46,8 @@ setup(
         'ortools.util',
     ],
     install_requires=[
-        'protobuf >= 3.12.2',
-        'six >= 1.10',
+        #'protobuf >= 3.12.2',
+        #'six >= 1.10',
     ],
     package_data={
         'ortools.constraint_solver' : ['_pywrapcp.dll'],