Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Longi94 authored Aug 13, 2020
1 parent aa7e6fb commit 00d9eb4
Showing 1 changed file with 1 addition and 1 deletion.
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==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',
Expand Down

5 comments on commit 00d9eb4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks short_sample

Benchmark suite Current: 00d9eb4 Previous: aa7e6fb Ratio
carball/tests/benchmarking/benchmarking.py::test_short_sample 0.9660597883026653 iter/sec (stddev: 0.01647554328334333) 0.8559812468136065 iter/sec (stddev: 0.018061035554557438) 0.89

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks intensive_oce_rlcs

Benchmark suite Current: 00d9eb4 Previous: aa7e6fb Ratio
carball/tests/benchmarking/benchmarking.py::test_intensive_oce_rlcs 0.06500560068123241 iter/sec (stddev: 0.12386810165671178) 0.06566197466758407 iter/sec (stddev: 0.054868138147015036) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks short_dropshot

Benchmark suite Current: 00d9eb4 Previous: aa7e6fb Ratio
carball/tests/benchmarking/benchmarking.py::test_short_dropshot 0.6322381008168406 iter/sec (stddev: 0.012300349313388482) 0.760480376597025 iter/sec (stddev: 0.029575499417737735) 1.20

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks oce_rlcs

Benchmark suite Current: 00d9eb4 Previous: aa7e6fb Ratio
carball/tests/benchmarking/benchmarking.py::test_oce_rlcs 0.08943264700845652 iter/sec (stddev: 0.23335088810763085) 0.07271078164965966 iter/sec (stddev: 0.07258983193431595) 0.81

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks full_rumble

Benchmark suite Current: 00d9eb4 Previous: aa7e6fb Ratio
carball/tests/benchmarking/benchmarking.py::test_full_rumble 0.07606770630121366 iter/sec (stddev: 0.11886490330426361) 0.070383323096685 iter/sec (stddev: 0.11258726541082088) 0.93

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.