Skip to content

Commit 40356e9

Browse files
committed
Relax install restrictions
1 parent 9ef93f0 commit 40356e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
*.code-workspace
2929

3030
# mac
31-
.DS_Store
31+
.DS_Store

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ project_urls =
3232
packages = find:
3333
platforms = any
3434
include_package_data = True
35-
python_requires = >=3.8,<3.11
35+
python_requires = >=3.8,<=3.11
3636
setup_requires =
3737
setuptools
3838
install_requires =
39-
numpy<=1.18.5
40-
scipy<=1.8.0
39+
numpy<=1.24.4
40+
scipy<=1.10.0
4141
more_itertools
4242
matplotlib<=3.5.3
4343
shapely>=2.0.2

0 commit comments

Comments
 (0)