Skip to content

Commit f4a72a3

Browse files
committed
update requirements files
1 parent d26d2ae commit f4a72a3

File tree

4 files changed

+17
-22
lines changed

4 files changed

+17
-22
lines changed

notebooks/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
matplotlib
2+
numpy
3+
tqdm

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ classifiers = [
2929
]
3030
requires-python = ">=3.8"
3131
dependencies = [
32+
"bmipy",
33+
"click",
34+
"matplotlib",
35+
"numpy",
36+
"pandas",
37+
"pydantic",
38+
"pyyaml",
3239
]
3340
dynamic = ["readme", "version"]
3441

requirements-testing.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest
22
pytest-cov
33
pytest-datadir
4+
pytest-xdist

requirements.txt

+6-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
bmipy~=2.0
2-
click~=8.0.0
3-
exconfig~=0.2.0
4-
numpy~=1.19.4
5-
pandas~=1.1.4
1+
bmipy
2+
click
3+
matplotlib
4+
numpy
5+
pandas
6+
pydantic
67
pyyaml
7-
xlrd~=1.2.0
8-
9-
pytest~=6.1.2
10-
matplotlib~=3.3.2
11-
oct2py~=5.2.0
12-
imageio~=2.9.0
13-
scipy~=1.5.4
14-
setuptools~=50.3.2
15-
distfit~=1.4.0
16-
joblib~=0.17.0
17-
tqdm~=4.60.0
18-
19-
black
20-
isort
21-
22-
pytest-cov
23-
pytest-datadir

0 commit comments

Comments
 (0)