diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml new file mode 100644 index 0000000..2269dbf --- /dev/null +++ b/.github/workflows/environment.yml @@ -0,0 +1,8 @@ +name: base +dependencies: + - python=3.10 + - conda + - flake8 + - pytest + - numpy>=1.20,<1.21 + - pandas>=1.3,<1.4