Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
test env: add upper version constraint for pandas (to keep compatibil…
Browse files Browse the repository at this point in the history
…ity with python3.7)
  • Loading branch information
fphammerle committed Feb 5, 2022
1 parent 15baefd commit ddfe225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ freesurfer-stats = {editable = true, path = "."}

# python3.7 compatibility
numpy = "<1.22"
pandas = "<1.4"

[dev-packages]
black = "==20.8b1"
Expand Down
3 changes: 2 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddfe225

Please sign in to comment.