forked from IDSIA/sacred
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/serv-inc/sacred into serv…
…-inc-master Changed behavior to first try old way of getting CPU info and then fallback to py-cpuinfo, since the latter takes ~1sec. # Conflicts: # requirements.txt
- Loading branch information
Showing
5 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
docopt==0.6.2 | ||
jsonpickle==0.9.3 | ||
mock==2.0.0 | ||
munch==2.0.4 | ||
pbr==1.10.0 | ||
py==1.4.32 | ||
pytest==3.0.5 | ||
wrapt==1.10.8 | ||
docopt>=0.6.2 | ||
jsonpickle>=0.9.3 | ||
mock>=2.0.0 | ||
munch>=2.0.4 | ||
pbr>=1.10.0 | ||
py>=1.4.32 | ||
py-cpuinfo>=4.0 | ||
pytest>=3.0.5 | ||
six>=1.10.0 | ||
wrapt>=1.10.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters