Skip to content

Commit

Permalink
Attempt to upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBrostoff committed Aug 31, 2023
1 parent f23ab5e commit 86947ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ nose = ">=1.3"
flake8 = ">=3.5"
numpy = "==1.21"
terminaltables = "==3.1.0"
ortools = "===9.0.9048"
ortools = "===9.7.2996"
coverage = "==4.5.2"

[dev-packages]

[requires]
python_version = "3.9"
python_version = "3.11"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ nose>=1.3
flake8>=3.5
numpy==1.24.2
terminaltables==3.1.0
ortools===9.0.9048
ortools===9.7.2996
coverage==4.5.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
requires = [
'numpy==1.24.2',
'terminaltables==3.1.0',
'ortools==9.0.9048',
'ortools==9.7.2996',
]

setuptools.setup(
name='draftfast',
version='3.8.0',
version='3.9.0',
author='Ben Brostoff',
author_email='[email protected]',
description='A tool to automate and optimize DraftKings and FanDuel '
Expand Down

0 comments on commit 86947ff

Please sign in to comment.