Skip to content

Commit ebd83cf

Browse files
test: remove PyCall, PythonCall as test dependencies
1 parent 32e3ffa commit ebd83cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
102102
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
103103
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
104104
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
105-
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
106-
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
107105
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
108106
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
109107
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -116,4 +114,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
116114
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
117115

118116
[targets]
119-
test = ["Pkg", "Plots", "UnicodePlots", "PyCall", "PythonCall", "SafeTestsets", "Serialization", "Test", "StableRNGs", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "OrdinaryDiffEq", "ForwardDiff", "Tables"]
117+
test = ["Pkg", "Plots", "UnicodePlots", "SafeTestsets", "Serialization", "Test", "StableRNGs", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "OrdinaryDiffEq", "ForwardDiff", "Tables"]

0 commit comments

Comments
 (0)