Skip to content

Commit

Permalink
include pandas in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianherreramonterrosa committed Sep 24, 2024
1 parent a09bd1d commit 80f33cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: tests

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<a href="https://pypi.org/project/phitter" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/phitter?color=yellowgreen" alt="Supported Python versions">
</a>
<a href="https://github.com/phitterio/phitter-kernel/actions/workflows/unittest.yml" target="_blank">
<img src="https://github.com/phitterio/phitter-kernel/actions/workflows/unittest.yml/badge.svg" alt="Tests">
</a>
</p>

<p>
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ scipy>=1.1.0
plotly>=5.14.0
kaleido>=0.2.1
matplotlib>=3.3
pytest

pytest
pandas

0 comments on commit 80f33cc

Please sign in to comment.