Skip to content

Commit

Permalink
Updated packages, allow sensapex
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Nov 10, 2022
1 parent bbbf668 commit 65a3ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'pip'

- name: 📦 Install dependencies
run: pip install -r requirements.txt
run: pip install --use-pep517 -r requirements.txt

- name: 🔨 Build
run: make html
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ephys-link==0.0.7
ephys-link==0.0.8
myst-parser==0.18.0
sphinx==5.2.1
sphinx-rtd-theme==1.0.0
unityneuro==0.4.3
unityneuro==0.4.4

0 comments on commit 65a3ba2

Please sign in to comment.