You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
340 B
21 lines
340 B
name: numpy-tutorials |
|
channels: |
|
- conda-forge |
|
dependencies: |
|
# For running the tutorials |
|
- numpy |
|
- scipy |
|
- matplotlib |
|
- pandas |
|
- statsmodels |
|
- pip |
|
- imageio |
|
- pooch |
|
- ffmpeg # For gym/atari |
|
# For building the site |
|
- sphinx<5 |
|
- myst-nb |
|
- sphinx-book-theme |
|
- sphinx-copybutton |
|
- pip: |
|
- gym[atari]==0.19
|
|
|