We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef93f0 commit 40356e9Copy full SHA for 40356e9
.gitignore
@@ -28,4 +28,4 @@
28
*.code-workspace
29
30
# mac
31
-.DS_Store
+.DS_Store
setup.cfg
@@ -32,12 +32,12 @@ project_urls =
32
packages = find:
33
platforms = any
34
include_package_data = True
35
-python_requires = >=3.8,<3.11
+python_requires = >=3.8,<=3.11
36
setup_requires =
37
setuptools
38
install_requires =
39
- numpy<=1.18.5
40
- scipy<=1.8.0
+ numpy<=1.24.4
+ scipy<=1.10.0
41
more_itertools
42
matplotlib<=3.5.3
43
shapely>=2.0.2
0 commit comments