Skip to content

Commit 30f8c9e

Browse files
committed
env minor typo
Let's leave pandas version unconstrained in the recommended environment. I think we should frankly do the same for Python, changing these two lines to: ```yml name: hsp2 - python >=3.10 ```
1 parent 1c2b894 commit 30f8c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- python =3.10
1818
- scipy # Scipy also installs numpy
1919
# Pandas installs most scientific Python modules, such as Numpy, etc.
20-
- pandas 2
20+
- pandas
2121
- numba
2222
- numpy
2323
- hdf5

0 commit comments

Comments
 (0)