Skip to content

Commit

Permalink
Removed outdated python requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
pb4git committed Jun 23, 2024
1 parent 975cf18 commit e7eb94e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ def read_requirements(filename):

setup(
name='linesight',
version='3.0.1',
description='Trackmania AI with reinforcement learning.',
license='MIT',
classifiers=[
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
python_requires='>=3.10.1,<3.12.0',
python_requires='>=3.10.1',
install_requires=read_requirements('requirements_pip.txt') + read_requirements('requirements_conda.txt'),
packages=find_packages(include=["trackmania_rl", "config_files"]),
extras_require={
Expand Down

0 comments on commit e7eb94e

Please sign in to comment.