Skip to content

Commit 310567d

Browse files
committed
Yet another try
1 parent fff09d5 commit 310567d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
(cd mathics-core && pip3 install -e .[full])
2929
(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
3030
python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
31-
python -m pip install -e .
3231
- name: install Mathics3 module Hello
3332
run: |
34-
pip install -e .
35-
- name: Test Mathics
33+
python -m pip install -e .
34+
- name: Test Mathics
3635
run: |
3736
make check

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=70.0.0", # CVE-2024-38335 recommends this
4+
"mpmath>=1.2.0",
5+
"numpy<1.27",
6+
"matplotlib",
7+
"scipy>=1.10.0",
8+
"sympy>=1.11,<1.13",
9+
]
10+
build-backend = "setuptools.build_meta"
11+
112
[project]
213
name = "Mathics3-hello"
314
description = 'Mathics3 Hello, World! module'

0 commit comments

Comments
 (0)