We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lmfit
1 parent 660a16b commit 18b4782Copy full SHA for 18b4782
2 files changed
.github/workflows/unit-tests.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python3 -m pip install --upgrade pip
23
- python3 -m pip install pytest-cov openpyxl pytest-httpx pysces
+ python3 -m pip install pytest-cov openpyxl pytest-httpx pysces lmfit
24
pip3 install -e .
25
26
- name: Test with pytest
pyproject.toml
@@ -23,6 +23,7 @@ joblib = "^1.5.0"
[tool.poetry.group.psyces.dependencies]
pysces = "^1.2.3"
+lmfit = "^1.3.3"
27
28
[tool.poetry.group.excel.dependencies]
29
openpyxl = "^3.1.4"
0 commit comments