Skip to content

Commit

Permalink
Merge pull request #93 from lauragustafson/btb0.0.1
Browse files Browse the repository at this point in the history
atm uses btb release tagged 0.1.0
  • Loading branch information
kveerama committed Apr 10, 2018
2 parents e44b8e8 + 5245e0b commit 3a3eccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ sklearn-pandas==1.5.0
mysqlclient>=1.2
pyyaml==3.12
joblib==0.11
-e git+https://github.com/hdi-project/btb.git@v0.1.0#egg=btb
btb==0.1.0

This comment has been minimized.

Copy link
@csala

csala Apr 11, 2018

Contributor

This cannot work like this, because btb is not yet available in PyPi.
So, until BTB is in PyPi, ATM can only get a specific version of BTB by importing the git repository pinned to it.

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# the proper tools.
# https://www.python.org/dev/peps/pep-0440/#direct-references
dependency_links=[
'git+ssh://git@github.com/hdi-project/btb.git#egg=btb-0.0.1',
'git+https://git@github.com/hdi-project/btb.git@v0.1.0#egg=btb-0.1.0',
],

# This variable is used to specify requirements for *this file* to run.
Expand All @@ -95,4 +95,3 @@
'pytest-cov>=2.5',
]
)

0 comments on commit 3a3eccc

Please sign in to comment.