Skip to content

Commit

Permalink
Modification to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmasourab93 committed Apr 28, 2024
1 parent 2cba606 commit 0387855
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Print current working directory
run: |
pwd
Expand Down
10 changes: 2 additions & 8 deletions algotrade/data_handler/calendar/calendar_data.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
from calendar import monthrange
from datetime import date, datetime, timedelta
from typing import Optional, Tuple, Union, TypedDict, List

import numpy as np
import pandas as pd
from dateutil.relativedelta import relativedelta
from pandas.tseries.offsets import BDay
from datetime import date, datetime
from typing import Optional, TypedDict, List
from dataclasses import dataclass, field


Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ black==24.4.2
isort==5.13.2
pytest==8.1.2
pytest-freezegun==0.4.2
pytest-cov==5.0.0
pytest-cov==5.0.0
numpy==1.26.4
pandas==2.2.2
dateutils==0.6.12

0 comments on commit 0387855

Please sign in to comment.