Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 86594aa

Browse files
committed
chore: add cached_property to dev environment
1 parent 13dd135 commit 86594aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies:
55

66
# core
77
- ibis-framework # TODO: require Ibis 2.0 when it's released
8+
- cached_property # New in Ibis 2.0 https://github.com/ibis-project/ibis/pull/2805
89
- google-cloud-bigquery-core >=1.12.0,<3.0.0dev
910
- pydata-google-auth
1011

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# core
22
ibis-framework
3+
cached_property
34
google-cloud-bigquery
45
pydata-google-auth
56

0 commit comments

Comments
 (0)