Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
conda
Commits
17f1f78b
Commit
17f1f78b
authored
Dec 11, 2018
by
André Anjos
💬
Browse files
Merge branch 'dependence-update' into 'master'
Update multiple BEAT dependencies See merge request bob/bob.conda!385
parents
33d61ad0
891ae478
Pipeline
#25359
passed with stage
in 25 minutes and 1 second
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/aniso8601/meta.yaml
View file @
17f1f78b
{
%
set name = "aniso8601" %
}
{
%
set version = "
3
.0.
0
" %
}
{
%
set sha256 = "
7cf068e7aec00edeb21879c2bbda048656c34d281e133a77425be03b352122d8
" %
}
{
%
set version = "
4
.0.
1
" %
}
{
%
set sha256 = "
e7560de91bf00baa712b2550a2fdebf0188c5fce2fcd1162fbac75c19bb29c95
" %
}
package
:
name
:
{{
name
}}
...
...
@@ -13,10 +13,11 @@ source:
build
:
number
:
0
script
:
python
setup.py
install --
single-version-externally-managed --record=record.txt
script
:
python
-m pip
install --
no-deps --ignore-installed .
requirements
:
build
:
-
pip
-
python
-
setuptools
...
...
@@ -35,4 +36,4 @@ about:
extra
:
recipe-maintainers
:
-
vamega
-
anjos
conda/beat-devel/meta.yaml
View file @
17f1f78b
...
...
@@ -2,7 +2,7 @@
{
%
set nopin =
[
'
ca-certificates'
,
'
certifi'
,
'
openssl'
,
'
libstdcxx-ng'
,
'
libgcc-ng'
,
'
libcxx'
,
'
libcxxabi'
]
%
}
package
:
name
:
beat-devel
version
:
2018.1
1.23
version
:
2018.1
2.11
build
:
# the build number must be zero all the time.
...
...
@@ -15,17 +15,17 @@ build:
requirements
:
host
:
-
python {{ python }}
-
bob-devel 2018.1
1.23
-
docker-py 3.
2.1
-
flask
0.12
.2
-
flask-cors 3.0.
3
-
bob-devel 2018.1
2.11
-
docker-py 3.
6.0
-
flask
1.0
.2
-
flask-cors 3.0.
7
-
flask-restful 0.3.6
-
jsonschema 2.6.0
-
nodejs
8.9.3
-
nodejs
10.13.0
-
oset 0.1.3
-
python-graphviz 0.8.
2
-
pyzmq 17.
0.0
-
simplejson 3.1
3.2
-
python-graphviz 0.8.
4
-
pyzmq 17.
1.2
-
simplejson 3.1
6.0
-
sphinxcontrib-programoutput
0.11
-
termcolor 1.1.0
run
:
...
...
@@ -39,7 +39,7 @@ requirements:
about
:
home
:
http://www.idiap.ch/software/beat
license
:
Affero GPLv3
license
:
BSD 3-Clause
summary
:
A meta-package to define an environment for BEAT package development
extra
:
...
...
conda/bob-devel/meta.yaml
View file @
17f1f78b
...
...
@@ -2,7 +2,7 @@
{
%
set nopin =
[
'
ca-certificates'
,
'
certifi'
,
'
openssl'
,
'
libstdcxx-ng'
,
'
libgcc-ng'
,
'
libcxx'
,
'
libcxxabi'
]
%
}
package
:
name
:
bob-devel
version
:
2018.1
1.23
version
:
2018.1
2.11
# please update the version of beat-devel and update bob-devel's version there
# as well in the same merge request.
...
...
@@ -60,7 +60,7 @@ requirements:
-
pytorch 0.4.1
# [linux]
-
pyyaml
3.13
-
requests 2.19.1
-
schema 0.6.
7
-
schema 0.6.
8
-
scikit-image 0.14.0
-
scikit-learn 0.19.2
-
scipy 1.1.0
...
...
conda/docker-py/meta.yaml
View file @
17f1f78b
{
%
set version = "3.
2.1
" %
}
{
%
set version = "3.
6.0
" %
}
package
:
name
:
docker-py
...
...
@@ -6,11 +6,11 @@ package:
source
:
url
:
https://github.com/docker/docker-py/archive/{{ version }}.tar.gz
sha256
:
0cbff988d1520d71e75951a2b58b1b5dabdd7a72c0607fd7c3d2c5d6d0663beb
sha256
:
f755d044eb27c63486fe7dcfef7f1f5500456e23f3142a5b237a0ab504267a22
build
:
number
:
0
script
:
python
setup.py
install --
single-version-externally-managed --record=record.txt
script
:
python
-m pip
install --
no-deps --ignore-installed .
requirements
:
build
:
...
...
@@ -21,8 +21,11 @@ requirements:
-
python
-
requests >=2.14.2
-
six >=1.10.0
-
websocket-client >=0.32.0
-
docker-pycreds >=0.3.0
-
ssl_match_hostname >=3.5
# [py<35]
-
ipaddress >=1.0.18
# [py<33]
-
pypiwin32 >=219
# [win32]
-
appdirs >=1.4.3
-
asn1crypto >=0.22.0
-
cffi >=1.10.0
...
...
@@ -49,7 +52,8 @@ test:
about
:
home
:
https://github.com/docker/docker-py/
license
:
Apache
2.0
summary
:
'
Python
client
for
Docker'
license_file
:
LICENSE
summary
:
'
Python
client
for
Docker.'
extra
:
recipe-maintainers
:
...
...
conda/docker-pycreds/meta.yaml
View file @
17f1f78b
{
%
set version = "0.
2.2
" %
}
{
%
set version = "0.
3.0
" %
}
package
:
name
:
docker-pycreds
...
...
@@ -7,14 +7,15 @@ package:
source
:
fn
:
docker-pycreds-{{ version }}.tar.gz
url
:
https://github.com/shin-/dockerpy-creds/archive/{{ version }}.tar.gz
sha256
:
bb26b8a8882b9d115a43169663cd9557d132a68147d9a1c77cb4a3ffc9897398
sha256
:
3660a5e9fc7c2816ab967e4bdb4802f211e35011357ae612a601d6944721e153
build
:
number
:
0
script
:
python
setup.py
install --
single-version-externally-managed --record record.txt
script
:
python
-m pip
install --
no-deps --ignore-installed .
requirements
:
build
:
-
pip
-
python
-
setuptools
-
six >=1.4.0
...
...
conda/schema/meta.yaml
View file @
17f1f78b
{
%
set version = "0.6.
7
" %
}
{
%
set version = "0.6.
8
" %
}
package
:
name
:
schema
...
...
@@ -6,14 +6,15 @@ package:
source
:
url
:
https://pypi.io/packages/source/s/schema/schema-{{ version }}.tar.gz
md5
:
ba3e431118bb00ec522d516658de5c83
sha256
:
fa1a53fe5f3b6929725a4e81688c250f46838e25d8c1885a10a590c8c01a7b74
build
:
number
:
0
script
:
python
setup.py
install --
single-version-externally-managed --record=record.txt
script
:
python
-m pip
install --
no-deps --ignore-installed .
requirements
:
build
:
-
pip
-
python
-
setuptools
...
...
conda/websocket-client/meta.yaml
View file @
17f1f78b
{
%
set name = "websocket-client" %
}
{
%
set snakename = "websocket_client" %
}
{
%
set bundle = "tar.gz" %
}
{
%
set version = "0.4
7
.0" %
}
{
%
set version = "0.
5
4.0" %
}
{
%
set hash_type = "sha256" %
}
{
%
set hash_val = "
a453dc4dfa6e0db3d8fd7738a308a88effe6240c59f3226eb93e8f020c2161
49" %
}
{
%
set hash_val = "
e51562c91ddb8148e791f0155fdb01325d99bb52c4cdbb291aee7a3563fd08
49" %
}
package
:
name
:
{{
name
}}
...
...
@@ -16,10 +16,11 @@ source:
build
:
number
:
0
script
:
python
setup.py
install --
single-version-externally-managed --record=record.txt
script
:
python
-m pip
install --
no-deps --ignore-installed .
requirements
:
build
:
-
pip
-
python
-
setuptools
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment