Files
HowBadIsMyBatch/environment.yml
Frank Knoll ce8fc60cf0 refactoring
2024-02-09 23:07:25 +01:00

26 lines
405 B
YAML

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