mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
replace pypi paramz by forked paramz
This commit is contained in:
parent
c929ffa934
commit
800f24b130
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -142,7 +142,8 @@ except ModuleNotFoundError:
|
|||
install_requirements = [
|
||||
"numpy>=1.7",
|
||||
"six",
|
||||
"paramz @ git+https://github.com/connorfuhrman/paramz/tree/connorfuhrman/np_type_alias_dep.git",
|
||||
# "paramz @ git+https://github.com/connorfuhrman/paramz/tree/connorfuhrman/np_type_alias_dep.git",
|
||||
"paramz @ git+https://github.com/MartinBubel/paramz.git@fix-numpy-types",
|
||||
"cython>=0.29",
|
||||
]
|
||||
# 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue