Skip to content

Commit

Permalink
remove ssm from reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent 66c44af commit 09d11e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Upgrading pip
run: pip install --upgrade pip

- name: Install deps
run: pip install numpy cython
# - name: Install deps
# run: pip install numpy cython

- name: Installing package
run: pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ quantities==0.14.1
remfile==0.1.10
scikit-image==0.19.3
scipy==1.9.3
ssm @ git+https://github.com/lindermanlab/ssm
# ssm @ git+https://github.com/lindermanlab/ssm
statsmodels==0.14.0
suite2p==0.12.1
tensortools==0.4
Expand Down

0 comments on commit 09d11e6

Please sign in to comment.