Skip to content

Commit 3ce7a51

Browse files
committed
Changed import to lower case
1 parent 87df689 commit 3ce7a51

9 files changed

Lines changed: 7 additions & 8 deletions

File tree

File renamed without changes.

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "CandyCrunch"
7-
version = "0.5.4"
7+
version = "0.6.0"
88
description = "Package for predicting glycan structure from LC-MS/MS data"
99
readme = "README.md"
1010
authors = [
@@ -16,9 +16,9 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
]
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.9"
2020
dependencies = [
21-
"glycowork[draw]~=1.5.0",
21+
"glycowork~=1.6.1",
2222
"requests",
2323
"regex",
2424
"networkx",
@@ -33,15 +33,14 @@ dependencies = [
3333
"lxml",
3434
"torchvision",
3535
"openpyxl",
36-
"tabulate"
36+
"tabulate",
37+
"matplotlib",
38+
"pytest"
3739
]
3840

3941
[project.urls]
4042
Homepage = "https://github.com/BojarLab/CandyCrunch"
4143

42-
[project.optional-dependencies]
43-
draw = ["glycowork[draw]~=1.5.0"]
44-
4544
[project.scripts]
4645
candycrunch_predict = "CandyCrunch.cli:main"
4746

@@ -50,4 +49,4 @@ include-package-data = true
5049
packages = ["CandyCrunch"]
5150

5251
[tool.setuptools.package-data]
53-
"*" = ["*.csv", "*.pkl", "*.jpg", "*.pt"]
52+
"*" = ["*.csv", "*.pkl", "*.jpg", "*.pt"]

0 commit comments

Comments
 (0)