Skip to content

Commit

Permalink
relax compat
Browse files Browse the repository at this point in the history
  • Loading branch information
eahenle committed Nov 10, 2021
1 parent a580ece commit 4f30790
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 71 deletions.
32 changes: 16 additions & 16 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PorousMaterials"
uuid = "68953c7c-a3c7-538e-83d3-73516288599e"
authors = ["SimonEnsemble <[email protected]>"]
version = "0.3.2"
version = "0.3.3"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -28,21 +28,21 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Xtals = "ede5f01d-793e-4c47-9885-c447d1f18d6d"

[compat]
CSV = "^0.8.0"
DataFrames = "^0.22.1"
FIGlet = "^0.2.1"
FileIO = "1.2.0"
Graphs = "^1.4.1"
JLD2 = "^0.4.9"
OffsetArrays = "0.11.4"
Optim = "0.19.7,1.3.0"
Polynomials = "0.6.0"
ProgressMeter = "1.2.0"
PyCall = "^1.92.3"
Reexport = "^1.1.0"
Roots = "0.8.4"
SpecialFunctions = "0.10.0"
StatsBase = "0.32.0,0.33.8"
CSV = "^0.8"
DataFrames = "^0.22"
FIGlet = "^0.2"
FileIO = "^1.2"
Graphs = "^1.4"
JLD2 = "^0.4"
OffsetArrays = "^1.0"
Optim = "^0.19,^1.3"
Polynomials = "^0.6"
ProgressMeter = "^1.2"
PyCall = "^1.92"
Reexport = "^1.1"
Roots = "^0.8"
SpecialFunctions = "^0.10"
StatsBase = "^0.32,^0.33"
Xtals = "^0.3.8"
julia = "1.6"

Expand Down
4 changes: 1 addition & 3 deletions docs/src/paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ variable dictionary `rc` is part of the `PorousMaterials` namespace. This is wh
```jldoctest
keys(rc)
# output
KeySet for a Dict{Symbol, Any} with 7 entries. Keys:
KeySet for a Dict{Symbol, Any} with 5 entries. Keys:
:covalent_radii
:bonding_rules
:scipy
:atomic_masses
:cpk_colors
:paths
:pymatgen
```

`rc[:paths]` gives a listing of the read/write paths for various kinds of information. By default, `rc[:paths][:data]` will be set to `./data` based on
Expand Down
52 changes: 0 additions & 52 deletions pre-commit

This file was deleted.

0 comments on commit 4f30790

Please sign in to comment.