Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nandantumu committed Aug 23, 2023
1 parent cac50b9 commit 6fbd313
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ requests = "*"
pyopengl = "*"
numba = "*"
f110-gym = {file = "."}
shapely = "*"
opencv-python = "*"

[dev-packages]
flake8 = "*"
Expand Down
61 changes: 60 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,39 @@ typing-extensions==4.7.1; python_version >= '3.7'
typing-inspect==0.9.0
urllib3==2.0.4; python_version >= '3.7'
yamldataclassconfig==1.5.0; python_version >= '3.7'
-i https://pypi.org/simple
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
cloudpickle==2.2.1; python_version >= '3.6'
contourpy==1.1.0; python_version >= '3.8'
cycler==0.11.0; python_version >= '3.6'
dataclasses-json==0.5.14; python_version < '3.13' and python_version >= '3.7'
-e .
farama-notifications==0.0.4
fonttools==4.42.1; python_version >= '3.8'
future==0.18.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
gymnasium==0.29.1; python_version >= '3.8'
idna==3.4; python_version >= '3.5'
kiwisolver==1.4.4; python_version >= '3.7'
llvmlite==0.40.1; python_version >= '3.8'
marshmallow==3.20.1; python_version >= '3.8'
matplotlib==3.7.2; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
numba==0.57.1; python_version >= '3.8'
numpy==1.24.4; python_version >= '3.8'
opencv-python==4.8.0.76; python_version >= '3.6'
packaging==23.1; python_version >= '3.7'
pillow==10.0.0; python_version >= '3.8'
pyglet==1.4.11
pyopengl==3.1.7
pyparsing==3.0.9; python_full_version >= '3.6.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
scipy==1.11.2; python_version < '3.13' and python_version >= '3.9'
shapely==2.0.1; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions==4.7.1; python_version >= '3.7'
typing-inspect==0.9.0
urllib3==2.0.4; python_version >= '3.7'
yamldataclassconfig==1.5.0; python_version >= '3.7'
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ exclude =
.git,
__pycache__,
build,
dist
max-complexity = 10
dist

0 comments on commit 6fbd313

Please sign in to comment.