Skip to content

Commit f4c4649

Browse files
Set the CellConstructor needed as version >= 1.5.0
1 parent e4d20bf commit f4c4649

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
sudo apt-get update
5353
sudo apt-get install git gfortran libblas-dev liblapack-dev
54-
git clone https://github.com/mesonepigreco/CellConstructor.git
54+
git clone https://github.com/SSCHAcode/CellConstructor.git
5555
cd CellConstructor
5656
# python setup.py install --user
5757
pip install .

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('python-sscha',
22
['c','fortran'],
3-
version : '1.4.2',
3+
version : '1.5.0',
44
license: 'GPL',
55
meson_version: '>= 1.1.0', # <- set min version of meson.
66
default_options : [

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["meson-python>=0.13.0", "meson>=1.1.0", "numpy>=1.20.0", "cellconstructor","meson-python"]
2+
requires = ["meson-python>=0.13.0", "meson>=1.1.0", "numpy>=1.20.0", "cellconstructor>=1.5.0","meson-python"]
33
build-backend = "mesonpy"
44

55
[project]
66
name = "python-sscha"
7-
version = "1.4.2"
7+
version = "1.5.0"
88
description = "Python implementation of the sscha code"
99
authors = [{name = "Lorenzo Monacelli"}] # Put here email
1010
readme = "README.md"

0 commit comments

Comments
 (0)