Skip to content

Commit 6da7572

Browse files
committed
Update setup.py
1 parent 3aaa660 commit 6da7572

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
setup(
66
name='gpugt',
7-
version='0.0.0',
7+
version='0.0.0.dev0',
88
description=(
99
'An open-source Python implementation of GPU-accelerated'
1010
' counterfactual regret minimization'
1111
),
12-
long_description=open('README.rst').read(),
13-
long_description_content_type='text/x-rst',
12+
long_description=open('README.md').read(),
13+
long_description_content_type='text/markdown',
1414
url='https://github.com/uoftcprg/gpugt',
1515
author='Universal, Open, Free, and Transparent Computer Poker Research Group',
1616
author_email='juhok@andrew.cmu.edu',
@@ -61,9 +61,10 @@
6161
},
6262
packages=find_packages(),
6363
install_requires=[
64+
'cupy-cuda13x>=13.6.0,<14',
65+
'noregret~=0.0.0.dev1',
6466
'numpy>=2.0,<3',
6567
'scipy>=1.14.0,<2',
66-
'noregret~=0.0.0.dev1',
6768
],
6869
python_requires='>=3.11',
6970
)

0 commit comments

Comments
 (0)