Skip to content

Commit 99c7d2d

Browse files
Update
1 parent 9d5cc07 commit 99c7d2d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/python-testsuite.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ jobs:
5353
sudo apt-get install git gfortran libblas-dev liblapack-dev
5454
git clone https://github.com/mesonepigreco/CellConstructor.git
5555
cd CellConstructor
56-
python setup.py install --user
56+
# python setup.py install --user
57+
pip install -e .
5758
cd ..
5859
59-
python setup.py install --user
60+
# python setup.py install --user
61+
pip install -e .
6062
6163
# Install julia requirements
6264
python -c 'import julia; julia.install()'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["meson-python>=0.13.0", "meson>=1.0", "numpy", "cellconstructor","meson-python", "setuptools"]
2+
requires = ["meson-python>=0.13.0", "meson>=1.1.0", "numpy", "cellconstructor","meson-python", "numpy>=1.20.0"]
33
build-backend = "mesonpy"
44

55
[project]

0 commit comments

Comments
 (0)