Skip to content

Commit

Permalink
scipi tag
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 2, 2024
1 parent cba944a commit 38df24e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
#----------------------------------------------
# Run tests, linters defined in Tox
#----------------------------------------------
# - name: Run tests, linters
# run: |
# tox
- name: Run tests, linters
run: |
tox
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ scikit-learn = ">=1.4.2"
celluloid = ">=0.2.0"
igraph = ">=0.11.4"
decorator = ">=5.1.1"
numpy = "1.26.4"
scipy = "1.13.1"

[tool.poetry.group.widget]
optional = true
Expand Down

0 comments on commit 38df24e

Please sign in to comment.