meta.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {% set name = "avalanche" %}
  2. {% set version = load_setup_py_data().version %}
  3. package:
  4. name: "{{ name|lower }}"
  5. version: "{{ version }}"
  6. source:
  7. git_url: https://github.com/vlomonaco/avalanche.git
  8. requirements:
  9. build:
  10. - python=3.8
  11. run:
  12. - _libgcc_mutex=0.1=main
  13. - absl-py=0.9.0=py38_0
  14. - blas=1.0=mkl
  15. - blinker=1.4=py38_0
  16. - c-ares=1.15.0=h7b6447c_1001
  17. - ca-certificates=2020.1.1=0
  18. - cachetools=3.1.1=py_0
  19. - certifi=2020.4.5.1=py38_0
  20. - cffi=1.14.0=py38he30daa8_1
  21. - chardet=3.0.4=py38_1003
  22. - click=7.1.2=py_0
  23. - cryptography=2.9.2=py38h1ba5d50_0
  24. - cudatoolkit=10.2.89=hfd86e86_1
  25. - cycler=0.10.0=py38_0
  26. - dbus=1.13.14=hb2f20db_0
  27. - expat=2.2.6=he6710b0_0
  28. - fontconfig=2.13.0=h9420a91_0
  29. - freetype=2.9.1=h8a8886c_1
  30. - glib=2.63.1=h3eb4bd4_1
  31. - google-auth=1.14.1=py_0
  32. - google-auth-oauthlib=0.4.1=py_2
  33. - grpcio=1.27.2=py38hf8bcb03_0
  34. - gst-plugins-base=1.14.0=hbbd80ab_1
  35. - gstreamer=1.14.0=hb31296c_0
  36. - icu=58.2=he6710b0_3
  37. - idna=2.9=py_1
  38. - intel-openmp=2020.1=217
  39. - joblib=0.15.1=py_0
  40. - jpeg=9b=h024ee3a_2
  41. - kiwisolver=1.2.0=py38hfd86e86_0
  42. - ld_impl_linux-64=2.33.1=h53a641e_7
  43. - libedit=3.1.20181209=hc058e9b_0
  44. - libffi=3.3=he6710b0_1
  45. - libgcc-ng=9.1.0=hdf63c60_0
  46. - libgfortran-ng=7.3.0=hdf63c60_0
  47. - libpng=1.6.37=hbc83047_0
  48. - libprotobuf=3.11.4=hd408876_0
  49. - libstdcxx-ng=9.1.0=hdf63c60_0
  50. - libtiff=4.1.0=h2733197_0
  51. - libuuid=1.0.3=h1bed415_2
  52. - libxcb=1.13=h1bed415_1
  53. - libxml2=2.9.9=hea5a465_1
  54. - markdown=3.1.1=py38_0
  55. - matplotlib=3.1.3=py38_0
  56. - matplotlib-base=3.1.3=py38hef1b27d_0
  57. - mkl=2020.1=217
  58. - mkl-service=2.3.0=py38he904b0f_0
  59. - mkl_fft=1.0.15=py38ha843d7b_0
  60. - mkl_random=1.1.1=py38h0573a6f_0
  61. - ncurses=6.2=he6710b0_1
  62. - ninja=1.9.0=py38hfd86e86_0
  63. - numpy=1.18.1=py38h4f9e942_0
  64. - numpy-base=1.18.1=py38hde5b4d6_1
  65. - oauthlib=3.1.0=py_0
  66. - olefile=0.46=py_0
  67. - openssl=1.1.1g=h7b6447c_0
  68. - pcre=8.43=he6710b0_0
  69. - pillow=7.1.2=py38hb39fc2d_0
  70. - pip=20.0.2=py38_3
  71. - protobuf=3.11.4=py38he6710b0_0
  72. - psutil=5.7.0=py38h7b6447c_0
  73. - pyasn1=0.4.8=py_0
  74. - pyasn1-modules=0.2.7=py_0
  75. - pycparser=2.20=py_0
  76. - pyjwt=1.7.1=py38_0
  77. - pyopenssl=19.1.0=py38_0
  78. - pyparsing=2.4.7=py_0
  79. - pyqt=5.9.2=py38h05f1152_4
  80. - pysocks=1.7.1=py38_0
  81. - python=3.8.3=hcff3b4d_0
  82. - python-dateutil=2.8.1=py_0
  83. - pytorch=1.5.0=py3.8_cuda10.2.89_cudnn7.6.5_0
  84. - pytorchcv=0.0.58=py38h39e3cac_0
  85. - qt=5.9.7=h5867ecd_1
  86. - readline=8.0=h7b6447c_0
  87. - requests=2.23.0=py38_0
  88. - requests-oauthlib=1.3.0=py_0
  89. - rsa=4.0=py_0
  90. - scikit-learn=0.22.1=py38hd81dba3_0
  91. - scipy=1.4.1=py38h0b6359f_0
  92. - setuptools=46.4.0=py38_0
  93. - sip=4.19.13=py38he6710b0_0
  94. - six=1.14.0=py38_0
  95. - sqlite=3.31.1=h62c20be_1
  96. - tensorboard=2.2.1=pyh532a8cf_0
  97. - tensorboard-plugin-wit=1.6.0=py_0
  98. - tk=8.6.8=hbc83047_0
  99. - torchvision=0.6.0=py38_cu102
  100. - tornado=6.0.4=py38h7b6447c_1
  101. - urllib3=1.25.8=py38_0
  102. - werkzeug=1.0.1=py_0
  103. - wheel=0.34.2=py38_0
  104. - xz=5.2.5=h7b6447c_0
  105. - zlib=1.2.11=h7b6447c_3
  106. - zstd=1.3.7=h0b5b093_0
  107. about:
  108. home: https://vlomonaco.github.io/avalanche
  109. license: MIT
  110. license_family: MIT
  111. summary: "Avalanche: a Comprehensive Framework for Continual Learning Research"