Skip to content

Commit

Permalink
pin scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Jul 19, 2023
1 parent ada60ab commit 3a23f19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pip install git+https://github.com/JulioAPeraza/gradec.git
## Citing gradec

If you use gradec in your research, we recommend citing the Zenodo DOI associated with the gradec version you used.
You can find the Zenodo DOI associated with each gradec release at .
You can find the Zenodo DOI associated with each gradec release at https://zenodo.org/record/8161766.

## Contributing

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
dependencies = [
"nimare",
"neuromaps",
"scipy<1.8.0", # temporary fix for netneurotools issue
"netneurotools",
"surfplot",
]
Expand Down

0 comments on commit 3a23f19

Please sign in to comment.