Skip to content

Commit

Permalink
Moved dependencies to pyproject, requirements.txt is generated on build
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Apr 7, 2023
1 parent 639b000 commit c998b72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ description = "A package to read and pre-process Intracranial Electroencephalogr
readme = "README.md"
license = { text="GPLv3" }
requires-python = ">=3.8"
dependencies = [
"numpy >= 1.22.3",
"pandas >= 1.4.2",
"pymef >= 1.3.4",
"psutil >= 5.9.4",
]
keywords = ["intracranial", "electroencephalography", "ieeg", "BIDS"]
authors = [{ name="Max van den Boom", email="[email protected]" }]
classifiers = [
Expand Down
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

0 comments on commit c998b72

Please sign in to comment.