Skip to content

Commit

Permalink
Merge pull request #139 from alan-turing-institute/update-python-requ…
Browse files Browse the repository at this point in the history
…irements

Update Python requirements
  • Loading branch information
jemrobinson authored Nov 1, 2022
2 parents 5814921 + 2900beb commit ab47174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ contourpy==1.0.6 ; python_version >= "3.8" and python_version < "4.0"
coverage[toml]==6.5.0 ; python_version >= "3.8" and python_version < "4.0"
cycler==0.11.0 ; python_version >= "3.8" and python_version < "4.0"
cython==0.29.32 ; python_version >= "3.8" and python_version < "4.0"
dask==2022.10.1 ; python_version >= "3.8" and python_version < "4.0"
dask[distributed]==2022.10.1 ; python_version >= "3.8" and python_version < "4.0"
dask==2022.10.2 ; python_version >= "3.8" and python_version < "4.0"
dask[distributed]==2022.10.2 ; python_version >= "3.8" and python_version < "4.0"
debugpy==1.6.3 ; python_version >= "3.8" and python_version < "4.0"
decorator==5.1.1 ; python_version >= "3.8" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
distributed==2022.10.1 ; python_version >= "3.8" and python_version < "4.0"
distributed==2022.10.2 ; python_version >= "3.8" and python_version < "4.0"
docutils==0.17.1 ; python_version >= "3.8" and python_version < "4.0"
entrypoints==0.4 ; python_version >= "3.8" and python_version < "4.0"
exceptiongroup==1.0.0 ; python_version >= "3.8" and python_version < "3.11"
Expand All @@ -45,11 +45,11 @@ geographiclib==1.52 ; python_version >= "3.8" and python_version < "4.0"
geopy==2.2.0 ; python_version >= "3.8" and python_version < "4.0"
gitdb==4.0.9 ; python_version >= "3.8" and python_version < "4.0"
gitpython==3.1.29 ; python_version >= "3.8" and python_version < "4.0"
greenlet==1.1.3.post0 ; python_version >= "3.8" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0"
greenlet==2.0.0 ; python_version >= "3.8" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0"
h5py==3.7.0 ; python_version >= "3.8" and python_version < "4.0"
heapdict==1.0.1 ; python_version >= "3.8" and python_version < "4.0"
idna==3.4 ; python_version >= "3.8" and python_version < "4"
imageio==2.22.2 ; python_version >= "3.8" and python_version < "4.0"
imageio==2.22.3 ; python_version >= "3.8" and python_version < "4.0"
imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0"
importlib-metadata==5.0.0 ; python_version >= "3.8" and python_version < "4.0"
importlib-resources==5.10.0 ; python_version >= "3.8" and python_version < "3.9"
Expand Down Expand Up @@ -144,7 +144,7 @@ pyrsistent==0.19.1 ; python_version >= "3.8" and python_version < "4.0"
pytest-cov==4.0.0 ; python_version >= "3.8" and python_version < "4.0"
pytest==7.2.0 ; python_version >= "3.8" and python_version < "4.0"
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4.0"
pytz==2022.5 ; python_version >= "3.8" and python_version < "4.0"
pytz==2022.6 ; python_version >= "3.8" and python_version < "4.0"
pywin32==304 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "4.0"
pywinpty==2.0.9 ; python_version >= "3.8" and python_version < "4.0" and os_name == "nt"
pyyaml==6.0 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit ab47174

Please sign in to comment.