Skip to content

Commit 94b47df

Browse files
author
hhaensel
committed
change CondaPkg environment
1 parent 3148bae commit 94b47df

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

Project.toml

-14
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616
UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
1717

1818
[compat]
19-
Aqua = "0 - 999"
2019
CondaPkg = "0.2.23"
21-
DataFrames = "1.7.0"
2220
Dates = "1"
2321
Libdl = "1"
2422
MacroTools = "0.5"
@@ -27,17 +25,5 @@ Pkg = "1"
2725
Requires = "1"
2826
Serialization = "1"
2927
Tables = "1"
30-
Test = "1"
31-
TestItemRunner = "0 - 999"
3228
UnsafePointers = "1"
3329
julia = "1.6.1"
34-
35-
[extras]
36-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
37-
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
38-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
39-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
40-
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
41-
42-
[targets]
43-
test = ["Aqua", "CondaPkg", "DataFrames", "Test", "TestItemRunner"]

test/CondaPkg.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
pandas = ""

test/Project.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[deps]
2+
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
3+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
4+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
5+
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
6+
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

test/Wrap.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ end
441441
using Tables
442442
using DataFrames
443443
using CondaPkg
444-
CondaPkg.add("pandas")
444+
# CondaPkg.add("pandas")
445445
@test PyPandasDataFrame isa Type
446446
x = (x = [1, 2, 3], y = ["a", "b", "c"])
447447
py_df = pytable(x, :pandas)

0 commit comments

Comments
 (0)