Skip to content

Commit cfb9a8c

Browse files
chore: pare py comp test
1 parent 9255494 commit cfb9a8c

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ npm run test
88
`examples` contains some visual examples of algorithms, usually to show the effect of algorithms.
99

1010
The library is designed to be used in both browser and node.js.
11-
The library uses yarn as package manager.
11+
The library uses yarn as package manager.
12+
13+
We also have sklearn and numpy installed, so you can use python library to generate output for testing the js library.
14+
15+

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Core scientific libraries
2+
numpy
3+
pandas
4+
matplotlib
5+
scikit-learn

setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pip install -r requirements.txt
2+
3+
yarn install
4+

0 commit comments

Comments
 (0)