Skip to content

Commit e867294

Browse files
add general requirements file
1 parent d2124b6 commit e867294

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Minimal set of requirements for benchmarking any library
2+
# See envs/requirements-sklearn.txt for other requirements
3+
# that are needed to profile all the libraries being tested
4+
scikit-learn
5+
pandas
6+
tabulate
7+
fastparquet
8+
h5py
9+
openpyxl
10+
tqdm
11+
psutil
12+
requests
13+
py-cpuinfo

0 commit comments

Comments
 (0)