Skip to content

Commit 05339b8

Browse files
committed
rm direct link
1 parent 09f7050 commit 05339b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake.source-dir = "skbuild"
99
name = "IsoSpecPy"
1010
dependencies = ["cffi"]
1111
description = "IsoSpecPy is a Python library for computing isotopic distributions of molecules."
12-
version = "2.3.0dev9"
12+
version = "2.3.0dev10"
1313
license = "BSD-2-Clause"
1414
license-files = ["LICENCE"]
1515
authors = [{name = "Michał Startek"}, {name = "Mateusz Łącki"}]
@@ -31,7 +31,7 @@ Repository = "https://github.com/MatteoLacki/IsoSpec"
3131

3232

3333
[project.optional-dependencies]
34-
testing = ["pytest", "OldIsoSpecPy @ https://files.pythonhosted.org/packages/43/9a/dbdda1351303318aca1bee7d8ad2a7cf5b466f2b1b1005d78013904bff1c/oldisospecpy-1.0.15.tar.gz"]
34+
testing = ["pytest", "OldIsoSpecPy"]
3535

3636
[tool.pytest.ini_options]
3737
testpaths = ["tests/Python"]

0 commit comments

Comments
 (0)