Skip to content

Commit

Permalink
change CondaPkg environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Jan 21, 2025
1 parent 3148bae commit 94b47df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"

[compat]
Aqua = "0 - 999"
CondaPkg = "0.2.23"
DataFrames = "1.7.0"
Dates = "1"
Libdl = "1"
MacroTools = "0.5"
Expand All @@ -27,17 +25,5 @@ Pkg = "1"
Requires = "1"
Serialization = "1"
Tables = "1"
Test = "1"
TestItemRunner = "0 - 999"
UnsafePointers = "1"
julia = "1.6.1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[targets]
test = ["Aqua", "CondaPkg", "DataFrames", "Test", "TestItemRunner"]
2 changes: 2 additions & 0 deletions test/CondaPkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
pandas = ""
6 changes: 6 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
2 changes: 1 addition & 1 deletion test/Wrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ end
using Tables
using DataFrames
using CondaPkg
CondaPkg.add("pandas")
# CondaPkg.add("pandas")
@test PyPandasDataFrame isa Type
x = (x = [1, 2, 3], y = ["a", "b", "c"])
py_df = pytable(x, :pandas)
Expand Down

0 comments on commit 94b47df

Please sign in to comment.