Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Narrow down dependency versions #28

Open
Max-We opened this issue Sep 11, 2024 · 0 comments
Open

Narrow down dependency versions #28

Max-We opened this issue Sep 11, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Max-We
Copy link
Owner

Max-We commented Sep 11, 2024

The dependencies versions in pyproject.toml are not optimized. E.g. gymnasium = ">=0.28.1" which could be lowered. Also, python = ">=3.9,<4.0" could potentially be lowered to 3.7.

To solve this issue, try out the minimal required version for these packages and run the test-suite / Dockerfile and an example training script to validate that the project is still working as expected.

@Max-We Max-We added the enhancement New feature or request label Sep 11, 2024
@Max-We Max-We added this to the 1.0 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant