Files
HowBadIsMyBatch/environment.yml
2022-12-02 18:20:54 +01:00

17 lines
263 B
YAML

name: howbadismybatch-venv
channels:
- defaults
dependencies:
- python=3
- ipykernel
- numpy
- pandas
- urllib3
- requests
- bs4
- lxml
- jupyter
- tensorflow
- nb_conda_kernels
prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv