Skip to content

Commit

Permalink
Update requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
thieupu committed Dec 2, 2023
1 parent 070690f commit 57c38c7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
metaperceptron/data/
ChangeLog.md
CITATION.cff
MANIFEST.in
run_fs.py
requirements.txt
tests/test_Mha*
docs/
.flake8
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md LICENSE CODE_OF_CONDUCT.md ChangeLog.md examples.md
include metaperceptron/data/reg/*.csv
include metaperceptron/data/cls/*.csv
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
numpy>=1.17.1
scipy>=1.7.1
scikit-learn>=1.0.2
pandas>=1.3.5
mealpy>=3.0.1
permetrics>=1.5.0
torch>=2.0.0
skorch>=0.13.0
pytest==7.1.2
pytest-cov==4.0.0
flake8>=4.0.1

0 comments on commit 57c38c7

Please sign in to comment.