Skip to content

Commit 71feb34

Browse files
committed
update
1 parent 034e1ea commit 71feb34

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package:
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10-
sha256: b072b3a94923840fb4fdfcda968a0cc81c70008db494be88bb576884ebf9a407
10+
sha256: 863013a17592c0b24a5d71775573c57843505c2ec775cca96f71b4d998543674
1111

1212
build:
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

2929
test:

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ channels:
99
dependencies:
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

0 commit comments

Comments
 (0)