name: colabdesign
channels:
  - conda-forge
  - bioconda
dependencies:
  - python=3.12
  - pip
  - ipykernel
  - ipywidgets
  - pip:
    - jax[cuda12]
    - flax
    - tensorflow
    - colabfold[alphafold] @ git+https://github.com/sokrypton/ColabFold.git
    - colabdesign @ git+https://github.com/sokrypton/ColabDesign.git
    - numpy<2.0
