Skip to content

Commit 723f5b3

Browse files
author
Christopher Doris
committed
typos
1 parent 08d8b8c commit 723f5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ The existing package [PyCall](https://github.com/JuliaPy/PyCall.jl) is another s
4343
- PythonCall supports a wider range of conversions between Julia and Python, and the conversion mechanism is extensible.
4444
- PythonCall by default never copies mutable objects when converting, but instead directly wraps the mutable object. This means that modifying the converted object modifies the original, and conversion is faster.
4545
- PythonCall does not usually automatically convert results to Julia values, but leaves them as Python objects. This makes it easier to do Pythonic things with these objects (e.g. accessing methods) and is type-stable.
46-
- PythonCall installs dependencies into a separate conda environment for each Julia project. This means each Julia project can have an isolated set of Python dependencies.
47-
- PythonCall supports Julia 1.4+ and Python 3.5+ whereas PyCall supports Julia 0.7+ and Python 2.7+.
46+
- PythonCall installs dependencies into a separate Conda environment for each Julia project. This means each Julia project can have an isolated set of Python dependencies.
47+
- PythonCall supports Julia 1.6+ and Python 3.5+ whereas PyCall supports Julia 0.7+ and Python 2.7+.

0 commit comments

Comments
 (0)