Skip to content

Commit

Permalink
pin to Python < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Feb 20, 2024
1 parent e0c3795 commit 56f8c71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:

requirements:
build:
- python
- "python<3.12"
- "numpy>=1.14"
- "pandas>=1.2.0"
- "bokeh>=1.4.0, <3.0.0"
Expand All @@ -19,9 +19,9 @@ requirements:
- aiohttp
- curl
- openpyxl

run:
- python
- "python<3.12"
- "numpy>=1.14"
- "pandas>=1.2.0"
- "bokeh>=1.4.0, <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: taxcalc-dev
channels:
- conda-forge
dependencies:
- python
- "python<3.12"
- curl
- "numpy>=1.14"
- "pandas>=1.2.0"
Expand Down

0 comments on commit 56f8c71

Please sign in to comment.