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 2630bb0 commit 7d71c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

numpy == 1.24
importlib-metadat == 4.8.2
mne == 1.3
scipy == 1.7
wfdb == 3.4.0
numpy == 1.23.5
importlib-metadat == 6.1.0
mne == 1.3.1
wfdb == 4.1.0


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.24", "mne==1.3", "scipy==1.7.0"],
install_requires=["numpy==1.23.5", "mne==1.3.1"],
)

0 comments on commit 7d71c61

Please sign in to comment.