uber / causalml

Uplift modeling and causal inference with machine learning algorithms
Other
4.87k stars 756 forks source link

remove support for environment files #780

Open ras44 opened 3 weeks ago

ras44 commented 3 weeks ago

Describe the bug Maintaining environment files in envs/ and their builds via .github/workflows/test-conda-venv-install.py

https://github.com/uber/causalml/blob/a0315660d9b14f5d943aa688d8242eb621d2ba76/.github/workflows/test-conda-venv-install.yml#L1-L68

is cumbersome and not easily addressed across platforms due to cython and other platform-specific build dependencies.

To Reproduce See failing actions

Proposal