Skip to content

Commit addf7a7

Browse files
committed
Adding pytest as required package to run test, missed adding it earlier
1 parent 5dd8fc1 commit addf7a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environment_setup/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
scipy==1.0.0
22
scikit-learn==0.19.1
33
numpy==1.14.5
4-
pandas==0.23.1
4+
pandas==0.23.1
5+
pytest==4.3.0

0 commit comments

Comments
 (0)