MilesCranmer commited on
Commit
6e131f8
1 Parent(s): 66185b9

Force Julia version to avoid buggy libgomp

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. pysr/juliapkg.json +1 -1
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "pysr"
7
- version = "0.17.3"
8
  authors = [
9
  {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
10
  ]
 
4
 
5
  [project]
6
  name = "pysr"
7
+ version = "0.17.4"
8
  authors = [
9
  {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
10
  ]
pysr/juliapkg.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "julia": "~1.6.7, ~1.7, ~1.8, ~1.9, ~1.10",
3
  "packages": {
4
  "SymbolicRegression": {
5
  "uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",
 
1
  {
2
+ "julia": "~1.6.7, ~1.7, ~1.8, ~1.9, =1.10, ^1.10.3",
3
  "packages": {
4
  "SymbolicRegression": {
5
  "uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",