Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueola committed Jul 22, 2023
1 parent 89e467a commit f80e55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9" # "3.11" fails with d3rlpy==1.1.1
python: "3.9" # "3.10", "3.11" fails with d3rlpy==1.1.1
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ cd scope-rl
python setup.py install
```

SCOPE-RL supports Python 3.9 or newer. See [requirements.txt](./requirements.txt) for other requirements.
SCOPE-RL supports Python 3.9 or newer. See [requirements.txt](./requirements.txt) for other requirements. Please also refer to issue [#17](https://github.com/hakuhodo-technologies/scope-rl/issues/17) when you encounter some dependency conflicts.

## Usage

Expand Down

0 comments on commit f80e55e

Please sign in to comment.