Skip to content

Commit 479cb6e

Browse files
author
Christopher Doris
committed
earlier juliapkg has a bug when using equality specifier
1 parent bb5ff0e commit 479cb6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ zip_safe = False
1515
package_dir =
1616
=pysrc
1717
packages = juliacall
18-
python_requires = ~=3.5
18+
python_requires = ~=3.7
1919
install_requires =
20-
juliapkg ~=0.1.0
20+
juliapkg ~=0.1.8
2121

2222
[options.package_data]
2323
juliacall =

0 commit comments

Comments
 (0)