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

Commit

Permalink
Merge dac2491 into a17baf9
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle authored May 5, 2019
2 parents a17baf9 + dac2491 commit 335de7d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
8 changes: 4 additions & 4 deletions examples/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name = "pypi"

[packages]
freesurfer-volume-reader = {editable = true, path = "./.."}
pandas = "*"
matplotlib = "*"
seaborn = "*"
pandas = "<1"
matplotlib = "<4"
seaborn = "<1"

[dev-packages]
pylint = ">=2.3.0"
pylint = ">=2.3.0,<3"

[requires]
python_version = "3"
49 changes: 24 additions & 25 deletions examples/Pipfile.lock

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

0 comments on commit 335de7d

Please sign in to comment.