From 4e1ae0728eebc091a29a7be1d90da7ac4432164a Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 28 Sep 2022 19:55:01 -0500 Subject: [PATCH] added conda yaml (I believe this will be preferable to requirements.txt) --- requirements.yml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 requirements.yml diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..c54e7d1 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,43 @@ +# Create this environment using `conda env create -f ` +# Update this enviroment by activating it and then `conda env update -f ` +name: scales_env +channels: + - defaults + - conda-forge +dependencies: + - python=3.8.* + - pandas=1.3.* + - spacy=3.2.* + - scikit-learn + - statsmodels + - ipython + - scipy + - seaborn + - click + - numpy + - tqdm + - selenium + - selenium-requests + - simplejson + - xlrd + - lxml + - bs4 + - spacy-lookups-data + - psycopg2 + - sqlalchemy + - python-dotenv + - xmltodict + - pymongo + - rdflib + - fuzzywuzzy + - toolz + - pip + - pip: + - usaddress + - anyio + - asyncclick + - flashtext + # - psycopg2-binary + # - cenpy + # - html5lib + # - geopandas