Skip to content

Commit cff63ba

Browse files
committed
Created setup.py and requirements.txt for pip installation; refactored project into folder
1 parent d179c0a commit cff63ba

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

Neural_Decoding/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

requirements.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
xgboost.egg==info
2+
statsmodels>=0.9.0
3+
scipy>=1.2.1
4+
numpy>=1.16.3
5+
keras>=2.2.4
6+
scikit_learn>=0.21.2
7+
xgboost>=0.90

setup.py

Whitespace-only changes.

0 commit comments

Comments
 (0)