Skip to content

Commit

Permalink
Merge pull request #145 from BerkeleyLearnVerify/2.x
Browse files Browse the repository at this point in the history
Version 2.1.0
  • Loading branch information
dfremont authored Jun 29, 2023
2 parents 8f1bfdc + a00691c commit ee56a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scenic"
version = "2.1.0b4"
version = "2.1.0"
description = "The Scenic scenario description language."
authors = [
{ name = "Daniel Fremont", email = "[email protected]" },
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies = [
"numpy ~= 1.21",
"opencv-python ~= 4.5",
"pillow ~= 9.1",
'pygame ~= 2.1.3.dev8; python_version >= "3.11"',
'pygame >= 2.1.3.dev8, <3; python_version >= "3.11"',
'pygame ~= 2.0; python_version < "3.11"',
"scipy ~= 1.6",
"shapely ~= 1.7",
Expand Down

0 comments on commit ee56a11

Please sign in to comment.