Skip to content

Commit

Permalink
Lock pandas sub-dependency and update pytz (SEED-platform#4652)
Browse files Browse the repository at this point in the history
* Locked pandas to 2.2.2, bumped timezone support

* Update requirements/base.txt

Co-authored-by: Nicholas Long <[email protected]>

---------

Co-authored-by: Nicholas Long <[email protected]>
  • Loading branch information
2 people authored and Justin Belanger committed Nov 6, 2024
1 parent 855e0ff commit ec5627a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ django-libsass==0.9
django-model-utils==4.3.1
django-celery-beat==2.2.1

# Time zones support - Do not update these without doing significant testing!
pytz==2018.7
python-dateutil==2.7.3
# Time zones support
pytz==2024.1
python-dateutil==2.9.0.post0

# Metric/imperial units support
django-pint==0.6
Expand Down Expand Up @@ -66,7 +66,7 @@ seed-salesforce==0.1.0
# geospatial and pnnl/buildingid-py
shapely==2.0.1
usaddress==0.5.10
-e git+https://github.com/SEED-platform/buildingid.git@892958be07c55eebdbf582f5a81d4b1ce6d61412#egg=pnnl-buildingid
-e git+https://github.com/SEED-platform/buildingid.git@bdb0a6efc37754f1946095896fa507b5ce866d6a#egg=pnnl-buildingid

oauthlib==2.0.3

Expand Down

0 comments on commit ec5627a

Please sign in to comment.