Krish27n commited on
Commit
c9b0235
·
1 Parent(s): ef562df

Scope greenlet constraint to Python 3.13+

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -17,7 +17,7 @@ dependencies = [
17
  "browsergym-miniwob==0.14.3",
18
  "gymnasium>=0.29.0",
19
  "playwright>=1.40.0",
20
- "greenlet>=3.1.0", # Required for Python 3.13 compatibility
21
  "Pillow>=10.0.0",
22
  ]
23
 
 
17
  "browsergym-miniwob==0.14.3",
18
  "gymnasium>=0.29.0",
19
  "playwright>=1.40.0",
20
+ "greenlet>=3.1.0; python_version >= '3.13'", # Required only for Python 3.13 compatibility
21
  "Pillow>=10.0.0",
22
  ]
23