Skip to content

Commit 244b0d3

Browse files
committed
Resolve building issue
1 parent 8b5b2b8 commit 244b0d3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For details, check out the example directory and [Features and Examples](https:/
3636

3737
If you use Equilipy in your work, please cite the following [paper](CITATION.bib).
3838
In addition, cite the current release or version used from
39-
[Zenodo](https://doi.org/10.5281/zenodo.17408401).
39+
[Zenodo](https://doi.org/10.5281/zenodo.13157235).
4040

4141
## Contributing
4242
We encourage you to contribute to Equilipy. Please see [contributing guidelines](CONTRIBUTING.md).

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.cibuildwheel]
22
build-verbosity = 1
33
build-frontend = "pip"
4-
build = "cp39* cp310* cp311* cp312* cp313* cp314* cp314*"
4+
build = "cp39* cp310* cp311* cp312* cp313* cp314*"
55

66
[build-system]
77
requires = ["setuptools>=42", "wheel", "numpy>=1.23", "meson", "ninja", "cibuildwheel"]
@@ -15,8 +15,6 @@ authors = [
1515
license = {text = "BSD-3"}
1616
description = "A Gibbs energy minimization based on the CALPHAD approach"
1717
readme = "README.md"
18-
description = "A Gibbs energy minimization based on the CALPHAD approach"
19-
readme = "README.md"
2018
requires-python = ">=3.9"
2119
dependencies = [
2220
"numpy>=1.23",

0 commit comments

Comments
 (0)