From 00d9eb456af8efff0573086af938f909feb05456 Mon Sep 17 00:00:00 2001 From: Long Tran Date: Thu, 13 Aug 2020 09:34:50 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb074fc9..6babf638 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def run(self): version=version_string, packages=setuptools.find_packages(), include_package_data=True, - install_requires=['pandas==0.24.2', 'protobuf==3.6.1', 'xlrd==1.1.0', 'numpy==1.17.0', 'boxcars-py==0.1.3'], + install_requires=['pandas==1.0.3', 'protobuf==3.6.1', 'xlrd==1.1.0', 'numpy==1.18.2', 'boxcars-py==0.1.*'], url='https://github.com/SaltieRL/carball', keywords=['rocket-league'], license='Apache 2.0',