Skip to content

Commit

Permalink
Update pkgs & versions used in recent dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Aug 30, 2023
1 parent b4cad59 commit c8fdf9c
Showing 1 changed file with 69 additions and 71 deletions.
140 changes: 69 additions & 71 deletions envs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,103 +7,101 @@
# Create/update this file with:
# (moad-tools)$ python3 -m pip list --format=freeze >> envs/requirements.txt

affine==2.3.1
alabaster==0.7.12
appdirs==1.4.4
affine==2.4.0
alabaster==0.7.13
arrow==1.2.3
attrs==22.2.0
Babel==2.11.0
black==22.10.0
attrs==23.1.0
Babel==2.12.1
black==23.7.0
branca==0.6.0
brotlipy==0.7.0
Brotli==1.0.9
certifi==2023.7.22
cffi==1.15.1
cftime==1.6.2
charset-normalizer==2.1.1
click==8.1.3
charset-normalizer==3.2.0
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
colorama==0.4.6
contourpy==1.0.6
coverage==7.0.5
cryptography==41.0.3
contourpy==1.1.0
coverage==7.3.0
cycler==0.11.0
docutils==0.19
exceptiongroup==1.1.0
Fiona==1.8.22
docutils==0.18.1
exceptiongroup==1.1.3
Fiona==1.9.4
folium==0.14.0
fonttools==4.38.0
GDAL==3.6.2
geopandas==0.12.2
fonttools==4.42.1
GDAL==3.7.1
geopandas==0.13.2
idna==3.4
imagesize==1.4.1
importlib-metadata==6.0.0
importlib-metadata==6.8.0
iniconfig==2.0.0
Jinja2==3.1.2
joblib==1.2.0
kiwisolver==1.4.4
mapclassify==2.4.3
MarkupSafe==2.1.1
matplotlib==3.6.2
munch==2.5.0
joblib==1.3.2
kiwisolver==1.4.5
mapclassify==2.5.0
MarkupSafe==2.1.3
matplotlib==3.7.2
munch==4.0.0
munkres==1.1.4
mypy-extensions==0.4.3
netCDF4==1.6.2
networkx==3.0
numexpr==2.8.3
numpy==1.24.1
packaging==22.0
pandas==1.5.2
pathspec==0.10.3
Pillow==9.4.0
pip==22.3.1
platformdirs==2.6.2
pluggy==1.0.0
mypy-extensions==1.0.0
netCDF4==1.6.4
networkx==3.1
numexpr==2.8.4
numpy==1.25.2
packaging==23.1
pandas==2.0.3
pathspec==0.11.2
Pillow==10.0.0
pip==23.2.1
platformdirs==3.10.0
pluggy==1.3.0
ply==3.11
pooch==1.6.0
pycparser==2.21
Pygments==2.15.0
pyOpenSSL==23.0.0
pooch==1.7.0
py-cpuinfo==9.0.0
Pygments==2.16.1
pyparsing==3.0.9
pyproj==3.4.1
PyQt5==5.15.7
PyQt5-sip==12.11.0
pyproj==3.6.0
PyQt5==5.15.9
PyQt5-sip==12.12.2
PySocks==1.7.1
pytest==7.2.0
pytest-cov==4.0.0
pytest-randomly==3.12.0
pytest==7.4.0
pytest-cov==4.1.0
pytest-randomly==3.15.0
python-dateutil==2.8.2
pytz==2022.7
PyYAML==6.0
rasterio==1.3.4
pytz==2023.3
PyYAML==6.0.1
rasterio==1.3.8
requests==2.31.0
Rtree==1.0.1
scikit-learn==1.2.0
scipy==1.10.0
setuptools==65.6.3
shapely==2.0.0
sip==6.7.5
scikit-learn==1.3.0
scipy==1.11.2
setuptools==68.1.2
shapely==2.0.1
sip==6.7.11
six==1.16.0
snowballstemmer==2.2.0
snuggs==1.4.7
Sphinx==6.1.2
Sphinx==7.2.4
sphinx-notfound-page==0.8.3
sphinx-rtd-theme==0.5.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinx-rtd-theme==1.3.0
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tables==3.7.0
threadpoolctl==3.1.0
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
tables==3.8.0
threadpoolctl==3.2.0
toml==0.10.2
tomli==2.0.1
tornado==6.3.3
typing_extensions==4.4.0
typing_extensions==4.7.1
tzdata==2023.3
unicodedata2==15.0.0
urllib3==1.26.14
wheel==0.38.4
xarray==2022.12.0
xyzservices==2022.9.0
zipp==3.11.0
urllib3==2.0.4
wheel==0.41.2
xarray==2023.8.0
xyzservices==2023.7.0
zipp==3.16.2

0 comments on commit c8fdf9c

Please sign in to comment.