Skip to content

Commit 620117f

Browse files
tkfstevengj
authored andcommitted
Add Project.toml (#674)
* Add Project.toml * Set: version = "1.91.1" (previous release)
1 parent 9149170 commit 620117f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Manifest.toml
12
aot/Manifest.toml
23
aot/Project.toml
34
aot/_julia_path

Project.toml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "PyCall"
2+
uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
3+
authors = ["Steven G. Johnson <[email protected]>", "Yichao Yu <[email protected]>", "Takafumi Arakaki <[email protected]>", "Simon Kornblith <[email protected]>", "Páll Haraldsson <[email protected]>", "Jon Malmaud <[email protected]>", "Jake Bolewski <[email protected]>", "Keno Fischer <[email protected]>", "Joel Mason <[email protected]>", "Jameson Nash <[email protected]>", "The JuliaPy development team"]
4+
version = "1.91.1"
5+
6+
[deps]
7+
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
8+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
9+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11+
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
12+
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
13+
VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289"
14+
15+
[compat]
16+
Conda = "1.0"
17+
MacroTools = "≥ 0.4"
18+
VersionParsing = "1.0"
19+
julia = "0.7, 1.0"
20+
21+
[extras]
22+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
23+
24+
[targets]
25+
test = ["Test"]

0 commit comments

Comments
 (0)