Skip to content

Commit

Permalink
add pytest to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jan 5, 2025
1 parent 686f08a commit 1e8d4c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ For your own projects:
- vega_datasets
- pandas
- numpy
- pytest
- scalene
- ruff
- icecream
Expand All @@ -215,6 +216,7 @@ For your own projects:
vega_datasets
pandas
numpy
pytest
scalene
ruff
icecream
Expand Down
2 changes: 2 additions & 0 deletions content/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ with following dependencies:
- vega_datasets
- pandas
- numpy
- pytest
- scalene
- ruff
- icecream
Expand All @@ -35,6 +36,7 @@ with following dependencies:
vega_datasets
pandas
numpy
pytest
scalene
ruff
icecream
Expand Down
1 change: 1 addition & 0 deletions software/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- vega_datasets
- pandas
- numpy
- pytest
- scalene
- ruff
- icecream

0 comments on commit 1e8d4c5

Please sign in to comment.