environment.yml 260 B

1234567891011121314151617
  1. name: hf
  2. dependencies:
  3. - pip
  4. - python=3.9
  5. - ipykernel
  6. - numpy=1.21
  7. - pytorch
  8. - cudatoolkit
  9. - numba
  10. - pip:
  11. - geopy==2.2.0
  12. - pytest==7.1.3
  13. - pandas==1.4.4
  14. - click==8.1.3
  15. - black==22.8.0
  16. - pylint==2.15.0
  17. - transformers