Skip to content

Commit

Permalink
change req
Browse files Browse the repository at this point in the history
  • Loading branch information
SheinaG committed Mar 28, 2023
1 parent 43bb961 commit 8878a99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy == 1.23.5
importlib-metadat == 6.1.0
mne == 1.3.1
wfdb == 4.1.0
numpy
importlib-metadat
mne
wfdb


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
},
include_package_data=True,
python_requires=">=3.6",
install_requires=["numpy==1.23.5", "mne==1.3.1"],
install_requires=["numpy", "mne"],
)

0 comments on commit 8878a99

Please sign in to comment.