Skip to content

Commit

Permalink
requirements reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
ferie24 committed Sep 15, 2022
1 parent df42f33 commit b881843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
{%- if cookiecutter.python_driver|lower == 'python_arango' %} 'python-arango>=7.4.1', {{cookiecutter._new_lines}} {%- endif %}
{%- if cookiecutter.use_arangopipe|lower == 'y' %} 'arangopipe>=0.0.70.0.1', {{cookiecutter._new_lines}} {%- endif %}
{%- if cookiecutter.data_science_adapter|lower == 'networkx_adapter' %} 'adbnx-adapter>=4.2.0', {{cookiecutter._new_lines}} {%- endif %}
{%- if cookiecutter.data_science_adapter|lower == 'pyg_adapter' %} 'adbpyg-adapter>=4.2.0', {{cookiecutter._new_lines}} {%- endif %}
{%- if cookiecutter.data_science_adapter|lower == 'dgl_adapter' %} 'adbdgl-adapter>=4.2.0', {{cookiecutter._new_lines}} {%- endif %}
{%- if cookiecutter.data_science_adapter|lower == 'pyg_adapter' %} 'adbpyg-adapter>=1.0.0', {{cookiecutter._new_lines}} {%- endif %}
{%- if cookiecutter.data_science_adapter|lower == 'dgl_adapter' %} 'adbdgl-adapter>=2.1.0', {{cookiecutter._new_lines}} {%- endif %}
{%- if cookiecutter.use_tutorial_connector|lower == 'y' %} 'adb-cloud-connector>=1.0.2', {{cookiecutter._new_lines}} {%- endif %}

]
Expand Down

0 comments on commit b881843

Please sign in to comment.