Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
Updated python and numpy requirements
  • Loading branch information
jrudar authored Apr 27, 2024
1 parent 3687a97 commit d2d4d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: LANDMark

dependencies:
- python >=3.8
- python >=3.10
- pip
- pip:
- numpy == 1.23.5
- numpy >= 1.26
- scikit-learn >= 1.1.2
- joblib >= 1.2.0
- pandas >= 1.5.0
Expand Down

0 comments on commit d2d4d37

Please sign in to comment.