Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jul 10, 2023
1 parent f1ddfee commit bdfc1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@

extras_require = {
"pubchem": [
"cawdrey>=0.1.7", "mathematical>=0.1.13", "pillow>=9.0.0", "pyparsing>=2.4.6", "tabulate>=0.8.9"
"cawdrey>=0.5.0", "mathematical>=0.5.1", "pillow>=9.0.0", "pyparsing>=2.4.6", "tabulate>=0.8.9"
],
"formulae": ["cawdrey>=0.5.0", "mathematical>=0.5.1", "pyparsing>=2.4.6", "tabulate>=0.8.9"],
"plotting": ["matplotlib>=3.6.0"],
"toxnet": ["beautifulsoup4>=4.7.0"],
"all": [
"beautifulsoup4>=4.7.0",
"cawdrey>=0.5.0",
"cawdrey>=0.1.7",
"mathematical>=0.5.1",
"mathematical>=0.1.13",
"matplotlib>=3.6.0",
"pillow>=9.0.0",
"pyparsing>=2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Homepage = "https://github.com/domdfcoding/chemistry_tools"
Documentation = "https://chemistry-tools.readthedocs.io/en/latest"

[project.optional-dependencies]
pubchem = [ "cawdrey>=0.1.7", "mathematical>=0.1.13", "pillow>=9.0.0", "pyparsing>=2.4.6", "tabulate>=0.8.9",]
pubchem = [ "cawdrey>=0.5.0", "mathematical>=0.5.1", "pillow>=9.0.0", "pyparsing>=2.4.6", "tabulate>=0.8.9",]
formulae = [ "cawdrey>=0.5.0", "mathematical>=0.5.1", "pyparsing>=2.4.6", "tabulate>=0.8.9",]
plotting = [ "matplotlib>=3.6.0",]
toxnet = [ "beautifulsoup4>=4.7.0",]
Expand Down

0 comments on commit bdfc1cd

Please sign in to comment.