Skip to content

Commit

Permalink
added conda yaml (I believe this will be preferable to requirements.txt)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgdaniel committed Sep 29, 2022
1 parent 1da2845 commit 4e1ae07
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Create this environment using `conda env create -f <this file>`
# Update this enviroment by activating it and then `conda env update -f <this file>`
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

0 comments on commit 4e1ae07

Please sign in to comment.