File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- py : ['3.9', '3. 10', '3.11', '3.12']
17+ py : ['3.10', '3.11', '3.12']
1818 env :
1919 UV_PYTHON : ${{ matrix.py }}
2020
Original file line number Diff line number Diff line change @@ -22,19 +22,18 @@ classifiers = [
2222 " Intended Audience :: Science/Research" ,
2323 " License :: OSI Approved :: Apache Software License" ,
2424 " Programming Language :: Python :: 3 :: Only" ,
25- " Programming Language :: Python :: 3.9" ,
2625 " Programming Language :: Python :: 3.10" ,
2726 " Programming Language :: Python :: 3.11" ,
2827 " Programming Language :: Python :: 3.12" ,
2928]
30- requires-python = " >=3.9 "
29+ requires-python = " >=3.10 "
3130dependencies = [
3231 " loam~=0.8.0" ,
3332 " f90nml>=1.4.4" ,
34- " numpy~=2.0 " ,
35- " scipy~=1.13 " ,
33+ " numpy~=2.1 " ,
34+ " scipy~=1.14 " ,
3635 " pandas~=2.2" ,
37- " h5py~=3.11 " ,
36+ " h5py~=3.12 " ,
3837 " matplotlib~=3.9" ,
3938]
4039
@@ -65,6 +64,6 @@ dev-dependencies = [
6564 " pytest>=8.3.2" ,
6665 " pytest-cov>=5.0.0" ,
6766 " mypy>=1.11.2" ,
68- " ruff>=0.6.2 " ,
69- " pandas-stubs>=2.2.2.240807 " ,
67+ " ruff>=0.6.9 " ,
68+ " pandas-stubs>=2.2.3.241003 " ,
7069]
You can’t perform that action at this time.
0 commit comments