Skip to content

Commit

Permalink
Pin allensdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Jul 27, 2023
1 parent 8e30988 commit 549ab8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/win-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: steps.cache-local.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade setuptools pip wheel
pip install -U numpy cython scikit-build allensdk==0.16.3
pip install -U numpy cython scikit-build
pip install -r tvb_framework/requirements.txt
pip install --no-build-isolation tvb-gdist
Expand Down
2 changes: 1 addition & 1 deletion tvb_build/docker/requirements_group
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jinja2
nibabel>=4.0
sqlalchemy
alembic
allensdk
allensdk==0.16.3
werkzeug
gevent
cherrypy
Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jinja2
nibabel>=4.0
sqlalchemy
alembic
allensdk
allensdk==0.16.3
werkzeug
gevent
cherrypy
Expand Down

0 comments on commit 549ab8e

Please sign in to comment.