Files
HowBadIsMyBatch/environment.yml
2023-03-16 21:54:43 +01:00

25 lines
398 B
YAML

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