Skip to content

Commit

Permalink
Merge branch 'main' into improve-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Feb 1, 2024
2 parents ef377d1 + 2b8ad8d commit 9791ba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up environment
uses: actions/checkout@v3
uses: actions/checkout@v4
with: # no need for the history
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install dependencies
Expand Down
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
"jinja2 < 3.1",
"numpy",
"pandas",
"pybids",
"numpy<=1.26.0",
"pandas<=2.2.0",
"pybids<=0.16.4",
"pyyaml",
"scikit-learn",
"scikit-learn<=1.4.0",
"tqdm",
"wrapt<2,>=1.10",
]
dynamic = ["version"]

Expand Down

0 comments on commit 9791ba1

Please sign in to comment.