Skip to content

Commit

Permalink
Merge pull request #410 from AllenInstitute/dev
Browse files Browse the repository at this point in the history
remove python version
  • Loading branch information
rcpeene authored Jun 27, 2024
2 parents 9d72f23 + 30dadff commit 85195e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
# with:
# python-version: "3.9"

- name: Upgrading pip
run: pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jupyter==1.0.0
matplotlib==3.6.2
mpl-interactions==0.22.0
neo==0.13.0
numpy
numpy==1.23.5
nwbwidgets
ophys-nway-matching @ git+https://github.com/AllenInstitute/ophys_nway_matching@545504ab55922717ab623f8ede2c521a60aa1458
pandas==1.5.2
Expand Down

0 comments on commit 85195e0

Please sign in to comment.