Skip to content

Commit 927bb11

Browse files
authored
Merge pull request #85 from C4dynamics/dev
update min versions to python 3.9
2 parents 780030e + 5c23580 commit 927bb11

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# notice also that pandoc should be included in windows path. currently running from \\zivmeri-pc\D\pc\pandoc-3.5
22
imageio>=2.37.0
3-
matplotlib>=3.10.3
4-
natsort>=8.4.0
5-
nbsphinx>=0.9.7
6-
numpy>=2.3.1
3+
matplotlib>=3.9.2
4+
natsort>=8.3.1
5+
nbsphinx>=0.9.3
6+
numpy>=1.26.0
77
opencv-python>=4.11.0.86
8-
pooch>=1.8.2
9-
scipy>=1.16.0
8+
pooch>=1.8.0
9+
scipy>=1.13.0
1010
Sphinx>=8.1.3
1111
sphinx-book-theme>=1.1.4
1212
sphinx_design>=0.6.1

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# pip install -r /path/to/requirements.txt
55
# TODO move cv2 to dev or optional. when image is necessary use pillow
66
imageio>=2.37.0
7-
matplotlib>=3.10.3
8-
natsort>=8.4.0
9-
numpy>=2.3.1
7+
matplotlib>=3.9.2
8+
natsort>=8.3.1
9+
numpy>=1.26.0
1010
opencv-python>=4.11.0.86
11-
pooch>=1.8.2
12-
scipy>=1.16.0
11+
pooch>=1.8.0
12+
scipy>=1.13.0

0 commit comments

Comments
 (0)