Files
HowBadIsMyBatch/environment.yml
frankknoll 2a6ac4488f refactoring
2023-01-17 16:15:40 +01:00

23 lines
369 B
YAML

name: howbadismybatch-venv
channels:
- defaults
# - conda-forge
dependencies:
- python=3
- ipykernel
- numpy
- pandas
- urllib3
- requests
- bs4
- lxml
- jupyter
- tensorflow
- nb_conda_kernels
- pillow
# - python-decouple
# - selenium
# - webdriver-manager
# - pycountry
prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv