Skip to content

Commit d07ab7e

Browse files
Update periodictable requirement from ~=1.7 to ~=2.0 in /pydatalab
Updates the requirements on [periodictable](https://github.com/python-periodictable/periodictable) to permit the latest version. - [Release notes](https://github.com/python-periodictable/periodictable/releases) - [Changelog](https://github.com/python-periodictable/periodictable/blob/master/ChangeLog.rst) - [Commits](python-periodictable/periodictable@v1.7.0...v2.0.2) --- updated-dependencies: - dependency-name: periodictable dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8e653e commit d07ab7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatalab/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">= 3.10, < 3.12"
2222
dependencies = [
2323
"bokeh ~= 2.4, < 3.0",
2424
"matplotlib ~= 3.8",
25-
"periodictable ~= 1.7",
25+
"periodictable ~= 2.0",
2626
"pydantic[email, dotenv] < 2.0",
2727
"pint ~= 0.24",
2828
"pandas[excel] ~= 2.2",

0 commit comments

Comments
 (0)