Skip to content

Commit

Permalink
Merge 9446479 into f9e4854
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 21, 2022
2 parents f9e4854 + 9446479 commit 329848f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.18.2
numpy==1.22.0
protobuf==3.6.1
pandas==1.0.3
xlrd==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self):
version=version_string,
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=['pandas==1.0.3', 'protobuf==3.6.1', 'xlrd==1.1.0', 'numpy==1.18.2', 'boxcars-py==0.1.*'],
install_requires=['pandas==1.0.3', 'protobuf==3.6.1', 'xlrd==1.1.0', 'numpy==1.22.0', 'boxcars-py==0.1.*'],
url='https://github.com/SaltieRL/carball',
keywords=['rocket-league'],
license='Apache 2.0',
Expand Down

0 comments on commit 329848f

Please sign in to comment.