Skip to content

Commit

Permalink
0.9.60 update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Oct 10, 2024
1 parent 9175537 commit 3974fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests>=2.24.0
pyecharts>=1.9.1
tqdm>=4.66.4
pandas>=2.0.0
pandas>=1.0.0
numpy>=1.16.5
tushare>=1.4.6
python-docx
Expand Down
3 changes: 3 additions & 0 deletions test/test_eda.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@


def test_cal_yearly_days():
if pd.__version__ < "1.3.0":
pytest.skip("skip this test if pandas version is less than 1.3.0")

from czsc.eda import cal_yearly_days

# Test with a list of dates within a single year
Expand Down

0 comments on commit 3974fbb

Please sign in to comment.