mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
deps: Add pytz dependency to pyproject.toml
This commit is contained in:
parent
62af53bb7a
commit
9eabc01e23
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ dependencies = [
|
||||||
"cellpylib==2.4.0",
|
"cellpylib==2.4.0",
|
||||||
"sympy>=1.13.1",
|
"sympy>=1.13.1",
|
||||||
"magiccube==0.3.0",
|
"magiccube==0.3.0",
|
||||||
"pyfiglet==1.0.2"
|
"pyfiglet==1.0.2",
|
||||||
|
"pytz>=2024.1"
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue