Skip to content

Commit 09c4127

Browse files
committed
fixing issue for python 3.8
Signed-off-by: DONNOT Benjamin <[email protected]>
1 parent db89a8d commit 09c4127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def my_test_suite():
3232
"requests>=2.23.0",
3333
"packaging", # because gym changes the way it uses numpy prng in version 0.26 and i need both gym before and after...
3434
"typing_extensions",
35+
"orderly_set<5.4.0; python_version<='3.8'"
3536
],
3637
"extras": {
3738
"optional": [

0 commit comments

Comments
 (0)