Skip to content

Commit fc706bc

Browse files
authored
change req'd functors version to max allowed
1 parent 142a879 commit fc706bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
make clean
88
make
99
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
10-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="Functors",version="0.4.5")); Pkg.pin("Functors"); Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'
10+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="Functors",version="0.4.3")); Pkg.pin("Functors"); Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'

0 commit comments

Comments
 (0)