Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin networkx to latest version 3.4.1 #742

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 25 additions & 30 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,45 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = "*"
networkx = "==3.4.1"
pytest = "==6.0.1"
pytest-recording = "==0.3.6" # 0.3.4 is breaking on --block-network it seems
pytest-asyncio = "==0.14.0"
pytest-dependency = "*"
black = "*"
pytest-click = "*"
# better to have this here to sync venv between jupyter and custom editor behaviors
aiokraken = {path = ".",editable = true}
pytest-dependency = "*"
pytest-recording = "==0.3.6"
sphinx = "*"
networkx = "*"
aiokraken = {editable = true,path = "."}

[packages]
#bokeh-ta = {editable = true, path = "./../bokeh_ta"}
#livebokeh = {editable = true, path = "../livebokeh"}
aiohttp = "==3.6.2"
aiodns = "==2.0.0"
aiohttp = "==3.6.2"
aioresponses = "*"
aiounittest = "*"
async-property = "*"
bokeh = "==2.0.2"
cchardet = "==2.1.4"
click = "*"
dpcontracts = "*"
hypothesis = "==5.6.0"
ipykernel = "*"
ipympl = "==0.3.3"
ipython = "*"
marshmallow = "==3.3.0"
pandas = "==1.0.3"
parameterized = "==0.7.0"
marshmallow-dataframe = "==0.1.4"
ipympl = "==0.3.3"
pandas-ta = "==0.1.36b"
hypothesis = "==5.6.0"
mplfinance = "*"
mypy = "*"
aiounittest = "*"
tinydb = "*"
ipython = "*"
click = "*"
dpcontracts = "*"
pandas = "==1.0.3"
pandas-ta = "==0.1.36b"
parameterized = "==0.7.0"
result = "*"
aioresponses = "*"
mplfinance = "*"
#because we need the latest, at least 1.12.2
wrapt = {git = "https://github.com/GrahamDumpleton/wrapt"}
bokeh = "==2.0.2"
ipykernel = "*"
async-property = "*"
tinydb = "*"
tornado = "*"
# because we need latest unreleased version
timecontrol = {git = "https://github.com/asmodehn/timecontrol"}

[requires]
python_version = "3.8"
wrapt = {git = "https://github.com/GrahamDumpleton/wrapt"}

[pipenv]
allow_prereleases = true

[requires]
python_version = "3.8"