roverdevkit / environment.yml
jjreif's picture
Deploy roverdevkit @ 2676a67
b3d14e3
Raw
History Blame Contribute Delete
385 Bytes
name: roverdevkit
channels:
- conda-forge
dependencies:
- python=3.12
- pip
- numpy>=1.26
- scipy>=1.11
- pandas>=2.1
- scikit-learn>=1.4
- matplotlib>=3.8
- plotly>=5.18
- jupyterlab>=4.0
- pyyaml>=6.0
- tqdm>=4.66
- pip:
- xgboost>=2.0
- pymoo>=0.6.1
- shap>=0.44
- optuna>=3.5
- pydantic>=2.5
- torch>=2.2
- -e .