Skip to content

Commit

Permalink
Dependency versions (#657)
Browse files Browse the repository at this point in the history
* Use minimum versions for requirements.txt

* Sorted lines

* Configure pyup to not do pinning.
  • Loading branch information
ericmjl committed Mar 21, 2021
1 parent 405d4bd commit 4354fb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ schedule: "every week"
# default: empty
label_prs: update

# configure dependency pinning globally
# default: True
# allowed: True, False
pin: False


# assign users to pull requests, default is not set
# requires private repo permissions, even on public repos
# default: empty
Expand Down
20 changes: 7 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
pytest==6.2.1
hypothesis==5.46.0
cryptography==3.3.1
pandas==1.2.0
matplotlib==3.3.3
palettable==3.3.0
networkx==2.5
setuptools==51.1.1
numpy==1.19.4
PyYAML==5.3.1
sphinxcontrib-fulltoc==1.2.0
seaborn==0.11.1
more-itertools==8.6.0
matplotlib>=3.3.3
more-itertools>=8.6.0
networkx>=2.5
numpy>=1.19.4
palettable>=3.3.0
pandas>=1.2.0
seaborn>=0.11.1

0 comments on commit 4354fb1

Please sign in to comment.