Преглед изворни кода

ci: add Pandas to build pipeline
Previously was installed from install_requires

Mikael Koli пре 4 година
родитељ
комит
9af8b1304e
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      requirements/build.txt

+ 5 - 0
requirements/build.txt

@@ -1,4 +1,9 @@
 pytest
 
+# Package requirements
+jinja2
+
+# Optional
+pandas
 matplotlib
 Pillow