Skip to content

Commit 18b4782

Browse files
committed
add lmfit dependency
1 parent 660a16b commit 18b4782

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python3 -m pip install --upgrade pip
23-
python3 -m pip install pytest-cov openpyxl pytest-httpx pysces
23+
python3 -m pip install pytest-cov openpyxl pytest-httpx pysces lmfit
2424
pip3 install -e .
2525
2626
- name: Test with pytest

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ joblib = "^1.5.0"
2323

2424
[tool.poetry.group.psyces.dependencies]
2525
pysces = "^1.2.3"
26+
lmfit = "^1.3.3"
2627

2728
[tool.poetry.group.excel.dependencies]
2829
openpyxl = "^3.1.4"

0 commit comments

Comments
 (0)