Skip to content

Commit

Permalink
Update dep-checker config
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 20, 2021
1 parent 0eea37f commit a9a7664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TODO: Numpy is broken in Windows 2004 except for 1.19.3+
# A fix should be out by end of Jan 2021 🙈
# https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html
cftime<=1.3.0; python_version == "3.6" and platform_system == "Windows"
chemistry-tools>=0.2.5
docker>=4.2.0
domdf-python-tools>=1.7.0
Expand All @@ -10,4 +11,3 @@ numpy!=1.19.4,<1.20,>=1.19.3; platform_system == "Windows"
pymassspec>=2.2.20
requests>=2.22.0
sdjson>=0.2.6
cftime<=1.3.0; python_version == "3.6" and platform_system == "Windows"
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ commands =
[dep_checker]
name_mapping =
pymassspec = pyms
allowed_unused = cftime
[testenv:py310-dev]
setenv = PYTHONDEVMODE = 1
Expand Down

0 comments on commit a9a7664

Please sign in to comment.