diff --git a/CI/environment.yml b/CI/environment.yml new file mode 100644 index 000000000..2c84c79f7 --- /dev/null +++ b/CI/environment.yml @@ -0,0 +1,19 @@ +name: xorbits +channels: + -conda-forge + -defaults +dependencies: + -python=3.8 + -numpy + -pandas + -scipy + -scikit-learn + -cloudpickle + -pyyaml + -pickle5 + -shared-memory38 + -tornado + -sqlalchemy + -defusedxml + -tqdm + -uvloop \ No newline at end of file