-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add preference-based shared Conda env for Thermo
- Loading branch information
Alex Ames
committed
Apr 3, 2024
1 parent
f4e73fa
commit d33c7e6
Showing
3 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
authors = ["Alex Ames <[email protected]> and contributors"] | ||
name = "PyThermo" | ||
uuid = "6fae04a5-42e9-4d0c-90a8-26d1a9434b6b" | ||
authors = ["Alex Ames <[email protected]> and contributors"] | ||
version = "0.2.4" | ||
version = "0.2.5" | ||
|
||
[compat] | ||
CondaPkg = "0.2" | ||
PythonCall = "0.9" | ||
Unitful = "1.6" | ||
julia = "1.6" | ||
|
||
[deps] | ||
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" | ||
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
Preferences = "21216c6a-2e73-6563-6e65-726566657250" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" | ||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[compat] | ||
CondaPkg = "0.2" | ||
PythonCall = "0.9" | ||
Unitful = "1.6" | ||
julia = "1.6" | ||
|
||
[extras] | ||
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[preferences.CondaPkg] | ||
env = "@Thermo" | ||
|
||
[targets] | ||
test = ["Aqua", "Test", "Unitful"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters