Skip to content

Commit

Permalink
update cython requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin committed Apr 27, 2020
1 parent a9008e0 commit faecc09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Setup requirements
cython==0.29.16
cython==0.29.17
numpy==1.18.3

# Drakkar-Software requirements
OctoBot-Channels>=1.3.24, <1.4
OctoBot-Commons>=1.3.10, <1.4
OctoBot-Channels>=1.3.25, <1.4
OctoBot-Commons>=1.3.12, <1.4
OctoBot-Tentacles-Manager>=2.0.2, <2.1

# Cryptocurrency trading
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from setuptools import dist

dist.Distribution().fetch_build_eggs(['Cython>=0.29.16', 'numpy>=1.18.3'])
dist.Distribution().fetch_build_eggs(['Cython>=0.29.17', 'numpy>=1.18.3'])

import numpy as np

Expand Down

0 comments on commit faecc09

Please sign in to comment.