diff --git a/env.yml b/env.yml new file mode 100644 index 0000000..a69b240 --- /dev/null +++ b/env.yml @@ -0,0 +1,9 @@ +name: anzsic +dependencies: + - python=3.13.0 + - pip=24.2 + - pip: + - polars==1.10.* + - pyarrow==17.0.0 + - fastexcel==0.12.0 + - papermill==2.6.0 \ No newline at end of file