Newer
Older
# On linux, you should run this command (or equivalent) also need these packages:
# > apt install build-essential python3.11-dev swig
# (replace 3.11 with your python version; for instance python3.12-dev.
name: irlcenv
channels:
- pytorch
- conda-forge
# - nodefaults
dependencies:
- python
- sympy
- tqdm
- seaborn
- pillow
- scikit-learn
- matplotlib
- requests # Required when updating the local files (read stuff from gitlab).