Skip to content

Commit 7c7e97a

Browse files
authored
MAINT: Pin gym[atari] version (#112)
* MAINT: Pin gym[atari] version * Update CI image * Update packages for default debian image
1 parent 81fda1b commit 7c7e97a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
build-docs:
77
working_directory: ~/repo
88
docker:
9-
- image: circleci/python:3.8.5-buster
9+
- image: cimg/python:3.8
1010

1111
steps:
1212
- checkout
1313

1414
- run:
1515
name: Install deps for building atari-py
16-
command: sudo apt-get install -y cmake ffmpeg
16+
command: sudo apt-get update && sudo apt-get install -y cmake ffmpeg
1717

1818
- run:
1919
name: Install Python dependencies

Diff for: environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies:
1414
- pooch
1515
- pip:
1616
- jupyter-book
17-
- gym[atari]
17+
- gym[atari]==0.19

0 commit comments

Comments
 (0)