Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
dist: xenial
sudo: required
language: python
python: 3.5
python: 3.8
addons: *linux_addons

- os: osx
Expand Down
2 changes: 1 addition & 1 deletion pr-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $activate_venv $venv || {
exit_with_error "Virtual environment activation failed."
}

python3 -m pip install -U "pip<10" || \
python3 -m pip install -U pip || \
exit_with_error_and_venv "Failed to update Pip."

# install brainiak in editable mode (required for testing)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def finalize_options(self):
'cython',
'numpy!=1.17.*',
'pybind11>=1.7',
'scipy!=1.0.0',
'setuptools_scm',
],
install_requires=[
Expand Down