26 lines
689 B
Diff
26 lines
689 B
Diff
From 693ae7c0b6c8726bc370c3b4f338d2f7fd6e226a Mon Sep 17 00:00:00 2001
|
|
From: desert-sailor <dxwangk@isoftstone.com>
|
|
Date: Fri, 8 Sep 2023 19:53:49 +0800
|
|
Subject: [PATCH] Increase the upper limit version of geomet
|
|
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index 30ce602..c4198db 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -402,7 +402,7 @@ def run_setup(extensions):
|
|
sys.stderr.write("Bypassing Cython setup requirement\n")
|
|
|
|
dependencies = ['six >=1.9',
|
|
- 'geomet>=0.1,<0.3']
|
|
+ 'geomet>=0.1']
|
|
|
|
_EXTRAS_REQUIRE = {
|
|
'graph': ['gremlinpython==3.4.6'],
|
|
--
|
|
2.33.0
|
|
|