Skip to content

Commit 74b30b7

Browse files
authored
Remove deprecated cheminventory helper (#90)
1 parent fb0d754 commit 74b30b7

3 files changed

Lines changed: 2 additions & 163 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
"Intended Audience :: Science/Research",
2021
"Intended Audience :: Information Technology",
2122
"Topic :: Other/Nonlisted Topic",
@@ -52,8 +53,6 @@ cli = [
5253
"click-shell ~= 2.1", # REPL-like interface
5354
]
5455

55-
cheminventory-helper = ["pandas ~= 2.2", "openpyxl ~= 3.0"]
56-
5756
all = ["datalab-api[dev,docs,cli]"]
5857

5958
[project.scripts]

src/datalab_api/helpers.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)