File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88source :
99 url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10- sha256 : b072b3a94923840fb4fdfcda968a0cc81c70008db494be88bb576884ebf9a407
10+ sha256 : 863013a17592c0b24a5d71775573c57843505c2ec775cca96f71b4d998543674
1111
1212build :
1313 number : 0
@@ -21,9 +21,9 @@ requirements:
2121 - poetry-core
2222 run :
2323 - python >=3.9
24- - jpype1 >=1.5 .0
24+ - jpype1 >=1.7.0,<2.0 .0
2525 - numpy >1.25.2
26- - pandas >=2.0.3
26+ - pandas >=2.0.3,<3.0.0
2727 - openjdk >=11
2828
2929test :
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ channels:
99dependencies :
1010 - python>=3.9
1111 - openjdk>=11
12- - jpype1>=1.5 .0
12+ - jpype1>=1.7.0,<2.0 .0
1313 - numpy>1.25.2
14- - pandas>=2.0.3
14+ - pandas>=2.0.3,<3.0.0
1515 # Optional for interactive use
1616 - matplotlib>=3.7.0
1717 - jupyter>=1.0.0
1818 - tabulate>=0.9.0
1919 # Install neqsim from PyPI until conda-forge package is available
2020 - pip
2121 - pip :
22- - neqsim
22+ - neqsim==3.9.1
You can’t perform that action at this time.
0 commit comments