Skip to content

Commit 9da4d56

Browse files
authored
Change package versions to minimum required
1 parent bf6f992 commit 9da4d56

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

requirements.txt

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
contourpy==1.1.1
2-
cycler==0.12.1
3-
e==1.4.5
4-
exceptiongroup==1.3.1
5-
fonttools==4.57.0
6-
importlib_resources==6.4.5
7-
iniconfig==2.1.0
8-
kiwisolver==1.4.7
9-
matplotlib==3.7.5
10-
numpy==1.24.4
11-
packaging==25.0
12-
pandas==2.0.3
13-
pillow==10.4.0
14-
pkg_resources==0.0.0
15-
pluggy==1.5.0
16-
pyparsing==3.1.4
17-
pytest==8.3.5
18-
python-dateutil==2.9.0.post0
19-
pytz==2025.2
20-
PyYAML==6.0.3
21-
scipy==1.10.1
22-
six==1.17.0
23-
tomli==2.4.0
24-
typing_extensions==4.13.2
25-
tzdata==2025.3
26-
zipp==3.20.2
1+
contourpy>=1.1.1
2+
cycler>=0.12.1
3+
e>=1.4.5
4+
exceptiongroup>=1.3.1
5+
fonttools>=4.57.0
6+
importlib_resources>=6.4.5
7+
iniconfig>=2.1.0
8+
kiwisolver>=1.4.7
9+
matplotlib>=3.7.5
10+
numpy>=1.24.4
11+
packaging>=25.0
12+
pandas>=2.0.3
13+
pillow>=10.4.0
14+
pkg_resources>=0.0.0
15+
pluggy>=1.5.0
16+
pyparsing>=3.1.4
17+
pytest>=8.3.5
18+
python-dateutil>=2.9.0.post0
19+
pytz>=2025.2
20+
PyYAML>=6.0.3
21+
scipy>=1.10.1
22+
six>=1.17.0
23+
tomli>=2.4.0
24+
typing_extensions>=4.13.2
25+
tzdata>=2025.3
26+
zipp>=3.20.2

0 commit comments

Comments
 (0)