Skip to content

Commit

Permalink
1.4.4: makefile: no longer install docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 11, 2024
1 parent f080cb8 commit c86cd36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ fix:

install:
pip install -U .[dev]
pip install -U -r docs/requirements.txt

report:
codecov
Expand Down
2 changes: 1 addition & 1 deletion stock_pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
cumulators
)

__version__ = '1.4.3'
__version__ = '1.4.4'

0 comments on commit c86cd36

Please sign in to comment.