123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {% set name = "avalanche" %}
- {% set version = load_setup_py_data().version %}
- package:
- name: "{{ name|lower }}"
- version: "{{ version }}"
- source:
- git_url: https://github.com/vlomonaco/avalanche.git
- requirements:
- build:
- - python=3.8
- run:
- - _libgcc_mutex=0.1=main
- - absl-py=0.9.0=py38_0
- - blas=1.0=mkl
- - blinker=1.4=py38_0
- - c-ares=1.15.0=h7b6447c_1001
- - ca-certificates=2020.1.1=0
- - cachetools=3.1.1=py_0
- - certifi=2020.4.5.1=py38_0
- - cffi=1.14.0=py38he30daa8_1
- - chardet=3.0.4=py38_1003
- - click=7.1.2=py_0
- - cryptography=2.9.2=py38h1ba5d50_0
- - cudatoolkit=10.2.89=hfd86e86_1
- - cycler=0.10.0=py38_0
- - dbus=1.13.14=hb2f20db_0
- - expat=2.2.6=he6710b0_0
- - fontconfig=2.13.0=h9420a91_0
- - freetype=2.9.1=h8a8886c_1
- - glib=2.63.1=h3eb4bd4_1
- - google-auth=1.14.1=py_0
- - google-auth-oauthlib=0.4.1=py_2
- - grpcio=1.27.2=py38hf8bcb03_0
- - gst-plugins-base=1.14.0=hbbd80ab_1
- - gstreamer=1.14.0=hb31296c_0
- - icu=58.2=he6710b0_3
- - idna=2.9=py_1
- - intel-openmp=2020.1=217
- - joblib=0.15.1=py_0
- - jpeg=9b=h024ee3a_2
- - kiwisolver=1.2.0=py38hfd86e86_0
- - ld_impl_linux-64=2.33.1=h53a641e_7
- - libedit=3.1.20181209=hc058e9b_0
- - libffi=3.3=he6710b0_1
- - libgcc-ng=9.1.0=hdf63c60_0
- - libgfortran-ng=7.3.0=hdf63c60_0
- - libpng=1.6.37=hbc83047_0
- - libprotobuf=3.11.4=hd408876_0
- - libstdcxx-ng=9.1.0=hdf63c60_0
- - libtiff=4.1.0=h2733197_0
- - libuuid=1.0.3=h1bed415_2
- - libxcb=1.13=h1bed415_1
- - libxml2=2.9.9=hea5a465_1
- - markdown=3.1.1=py38_0
- - matplotlib=3.1.3=py38_0
- - matplotlib-base=3.1.3=py38hef1b27d_0
- - mkl=2020.1=217
- - mkl-service=2.3.0=py38he904b0f_0
- - mkl_fft=1.0.15=py38ha843d7b_0
- - mkl_random=1.1.1=py38h0573a6f_0
- - ncurses=6.2=he6710b0_1
- - ninja=1.9.0=py38hfd86e86_0
- - numpy=1.18.1=py38h4f9e942_0
- - numpy-base=1.18.1=py38hde5b4d6_1
- - oauthlib=3.1.0=py_0
- - olefile=0.46=py_0
- - openssl=1.1.1g=h7b6447c_0
- - pcre=8.43=he6710b0_0
- - pillow=7.1.2=py38hb39fc2d_0
- - pip=20.0.2=py38_3
- - protobuf=3.11.4=py38he6710b0_0
- - psutil=5.7.0=py38h7b6447c_0
- - pyasn1=0.4.8=py_0
- - pyasn1-modules=0.2.7=py_0
- - pycparser=2.20=py_0
- - pyjwt=1.7.1=py38_0
- - pyopenssl=19.1.0=py38_0
- - pyparsing=2.4.7=py_0
- - pyqt=5.9.2=py38h05f1152_4
- - pysocks=1.7.1=py38_0
- - python=3.8.3=hcff3b4d_0
- - python-dateutil=2.8.1=py_0
- - pytorch=1.5.0=py3.8_cuda10.2.89_cudnn7.6.5_0
- - pytorchcv=0.0.58=py38h39e3cac_0
- - qt=5.9.7=h5867ecd_1
- - readline=8.0=h7b6447c_0
- - requests=2.23.0=py38_0
- - requests-oauthlib=1.3.0=py_0
- - rsa=4.0=py_0
- - scikit-learn=0.22.1=py38hd81dba3_0
- - scipy=1.4.1=py38h0b6359f_0
- - setuptools=46.4.0=py38_0
- - sip=4.19.13=py38he6710b0_0
- - six=1.14.0=py38_0
- - sqlite=3.31.1=h62c20be_1
- - tensorboard=2.2.1=pyh532a8cf_0
- - tensorboard-plugin-wit=1.6.0=py_0
- - tk=8.6.8=hbc83047_0
- - torchvision=0.6.0=py38_cu102
- - tornado=6.0.4=py38h7b6447c_1
- - urllib3=1.25.8=py38_0
- - werkzeug=1.0.1=py_0
- - wheel=0.34.2=py38_0
- - xz=5.2.5=h7b6447c_0
- - zlib=1.2.11=h7b6447c_3
- - zstd=1.3.7=h0b5b093_0
- about:
- home: https://vlomonaco.github.io/avalanche
- license: MIT
- license_family: MIT
- summary: "Avalanche: a Comprehensive Framework for Continual Learning Research"
|