Files
HowBadIsMyBatch/environment.yml
2024-04-26 07:53:38 +02:00

27 lines
428 B
YAML

name: howbadismybatch-venv
channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- ipykernel
- numpy
- pandas=1.4.0
- urllib3
- requests
- gdown
- bs4
- lxml
- jupyter
- tensorflow=2.11
- nb_conda_kernels
- pillow
- openpyxl
- tqdm
- simplejson
- python-decouple
- selenium=4.19.*
- webdriver-manager=4.0.*
- pycountry
prefix: /home/frank/miniconda3/envs/howbadismybatch-venv