Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Nov 27, 2023
1 parent 4e95e34 commit 16bbfd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/database_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- run: pip install -r requirements.txt
- run: pip install financedatabase
- run : pip install openpyxl
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- run: pip install -r requirements.txt
- run: pip install financedatabase
- name: Update categories
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- run: pip install -r requirements.txt
- run: pip install financedatabase
- name: Check GICS Categorisation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
python = ">=3.10, <3.13"
financetoolkit = "^1.3.5"
pandas = {extras = ["computation", "performance", "plot"], version = "^2.1.0"}

Expand Down

0 comments on commit 16bbfd3

Please sign in to comment.