Skip to content

Commit 7dc97d2

Browse files
authored
Merge pull request #16 from UMThorntonGroup/update-prismspf-coupling
update requirements
2 parents 80ce61d + ef38570 commit 7dc97d2

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.venv
2-
2+
*venv*
33
*~
44
*.pyc
55
*.cpython*.so

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
[build-system]
27-
requires = ["setuptools>=42", "wheel"]
27+
requires = ["setuptools>=80", "wheel"]
2828
build-backend = "setuptools.build_meta"
2929

3030
[project]
@@ -52,8 +52,6 @@ classifiers=[
5252
'Development Status :: 1 - Planning',
5353
'Intended Audience :: Science/Research',
5454
'Programming Language :: Python :: 3',
55-
'Programming Language :: Python :: 3.4',
56-
'Programming Language :: Python :: 3.5',
5755
]
5856

5957
[tool.setuptools.packages.find]

requirements.txt

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile pyproject.toml -o requirements.txt
3-
contourpy==1.3.0
3+
contourpy==1.3.2
44
# via matplotlib
55
coverage==7.8.0
66
# via pytest-cov
77
cycler==0.12.1
88
# via matplotlib
9+
exceptiongroup==1.3.0
10+
# via pytest
911
flexcache==0.3
1012
# via pint
1113
flexparser==0.4
1214
# via pint
13-
fonttools==4.57.0
15+
fonttools==4.58.0
1416
# via matplotlib
1517
iniconfig==2.1.0
1618
# via pytest
1719
kiwisolver==1.4.8
1820
# via matplotlib
19-
matplotlib==3.10.1
21+
matplotlib==3.10.3
2022
# via pycalphad
2123
numpy==1.26.4
2224
# via
@@ -27,7 +29,7 @@ numpy==1.26.4
2729
# pycalphad
2830
# scipy
2931
# xarray
30-
packaging==24.2
32+
packaging==25.0
3133
# via
3234
# matplotlib
3335
# pytest
@@ -39,9 +41,9 @@ pillow==11.2.1
3941
# via matplotlib
4042
pint==0.24.4
4143
# via pycalphad
42-
platformdirs==4.3.7
44+
platformdirs==4.3.8
4345
# via pint
44-
pluggy==1.5.0
46+
pluggy==1.6.0
4547
# via pytest
4648
pycalphad==0.11.0
4749
# via ammber (pyproject.toml)
@@ -63,27 +65,33 @@ pytz==2025.2
6365
# via pandas
6466
runtype==0.5.3
6567
# via pycalphad
66-
scipy==1.15.2
68+
scipy==1.15.3
6769
# via
6870
# ammber (pyproject.toml)
6971
# pycalphad
70-
setuptools==78.1.0
72+
setuptools==80.7.1
7173
# via setuptools-scm
72-
setuptools-scm==8.2.0
74+
setuptools-scm==8.3.1
7375
# via pycalphad
7476
six==1.17.0
7577
# via python-dateutil
76-
symengine==0.14.0
78+
symengine==0.14.1
7779
# via pycalphad
7880
tinydb==4.8.2
7981
# via pycalphad
82+
tomli==2.2.1
83+
# via
84+
# coverage
85+
# pytest
86+
# setuptools-scm
8087
typing-extensions==4.13.2
8188
# via
89+
# exceptiongroup
8290
# flexcache
8391
# flexparser
8492
# pint
8593
# pycalphad
8694
tzdata==2025.2
8795
# via pandas
88-
xarray==2025.3.1
96+
xarray==2025.4.0
8997
# via pycalphad

0 commit comments

Comments
 (0)