We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec61d50 commit 067851cCopy full SHA for 067851c
environment.yaml
@@ -14,11 +14,13 @@ dependencies:
14
- plotly_express=0.4.1
15
- pylint=3.3.4
16
- pytest=8.3.4
17
+ - pytest-cov=6.2.1
18
- pytest-xdist=3.6.1
19
- python=3.13.1
20
- rich=13.9.4
21
- simpy=4.1.1
22
- pip:
23
+ - genbadge==1.1.2
24
- kaleido==1.0.0
25
- sim-tools==0.10.0
26
- -e .[dev]
requirements.txt
@@ -1,3 +1,4 @@
1
+genbadge==1.1.2
2
ipykernel==6.29.5
3
jinja2==3.1.5
4
joblib==1.4.2
@@ -11,6 +12,7 @@ pip==25.0
11
12
plotly_express==0.4.1
13
pylint==3.3.4
pytest==8.3.4
+pytest-cov==6.2.1
pytest-xdist==3.6.1
rich==13.9.4
simpy==4.1.1
0 commit comments