adding conda environment
This commit is contained in:
13
environment.yml
Normal file
13
environment.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: howbadismybatch-venv
|
||||
channels:
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3
|
||||
- ipykernel
|
||||
- numpy
|
||||
- pandas
|
||||
- urllib3
|
||||
- requests
|
||||
- bs4
|
||||
- lxml
|
||||
prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv
|
||||
Reference in New Issue
Block a user