From f38598b81e4cc1bead97c00c475308c9d7db2e2d Mon Sep 17 00:00:00 2001
From: CompatHelper Julia <compathelper_noreply@julialang.org>
Date: Mon, 24 Jun 2024 01:23:33 +0000
Subject: [PATCH] CompatHelper: add new compat entry for PyCall at version 1,
 (keep existing compat)

---
 Project.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Project.toml b/Project.toml
index c0fea42..2d6f4a7 100644
--- a/Project.toml
+++ b/Project.toml
@@ -19,6 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
 
 [compat]
+PyCall = "1"
 julia = "1"
 
 [extras]