Skip to content

Commit

Permalink
env minor typo
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
aufdenkampe committed Dec 16, 2024
1 parent 1c2b894 commit 30f8c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- python =3.10
- scipy # Scipy also installs numpy
# Pandas installs most scientific Python modules, such as Numpy, etc.
- pandas 2
- pandas
- numba
- numpy
- hdf5
Expand Down

0 comments on commit 30f8c9e

Please sign in to comment.