Skip to content

Commit

Permalink
Chore: Restrict brainbuilder to !=0.18.1 because of an issue with 56f…
Browse files Browse the repository at this point in the history
…304fe46a4d1c3ea14460eab735a20fc3ae056
  • Loading branch information
adrien-berchet committed Dec 12, 2022
1 parent 9815ee8 commit 1433620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bluepy>=2.3,<3
bluepy-configfile
bluepymm
bluepyparallel>=0.0.7
brainbuilder>=0.14
brainbuilder>=0.14,<0.18.1
diameter_synthesis>=0.5.2
dictdiffer
gitpython
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ setenv =
COVERAGE_FILE = {env:COVERAGE_FILE:.coverage-{envname}}
PIP_INDEX_URL = {env:PIP_INDEX_URL:https://bbpteam.epfl.ch/repository/devpi/simple}
PIP_EXTRA_INDEX_URL = {env:PIP_EXTRA_INDEX_URL:https://pypi.python.org/simple}
commands = pytest \
commands =
python -m pip freeze --all
pytest \
-n {env:PYTEST_NPROCS:3} \
--dist loadgroup \
--basetemp={envtmpdir} \
Expand Down

0 comments on commit 1433620

Please sign in to comment.