Skip to content

Commit

Permalink
Merge pull request #237 from alpacahq/bump-version
Browse files Browse the repository at this point in the history
- bump alpaca-trade-api to v1.2.0
- update pylivetrader version to 0.5.5
- update  pylivetrader docker image to v0.5.5
  • Loading branch information
ducille authored Apr 19, 2021
2 parents ebeea3e + e255f43 commit a4908ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \
make install
RUN rm -R ta-lib ta-lib-0.4.0-src.tar.gz

RUN pip install pylivetrader==0.5.2
RUN pip install pylivetrader==0.5.5
2 changes: 1 addition & 1 deletion pylivetrader/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = '0.5.4'
VERSION = '0.5.5'
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ trading_calendars>=1.11
click>=7,<8
PyYAML>=5, <6
ipython>=7
alpaca-trade-api>=0.52.0
alpaca-trade-api>=1.2.0
pandas>=0.18.1, <=0.22.0 # pyup: ignore # limit to work properly with zipline 1.3.0
pandas-datareader<=0.8.1 # pyup: ignore # higher requires pandas>=0.23, zipline limits to 0.22

0 comments on commit a4908ab

Please sign in to comment.