Skip to content

Commit

Permalink
pin numpy in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgower committed Nov 28, 2023
1 parent f4e9bf3 commit ebb44c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ overnight if you're running it on a workstation or laptop), so you definitely
want as many cores as you can get. If you have multiple compute servers
available, then you can run `genomatnn sim` independently on each system.
The output of each simulation is tree sequence file, located under a folder
The output of each simulation is a tree sequence file, located under a folder
hierarchy which is named according to the modelspec being simulated. E.g.
as we run the above `genomatnn sim` command, the
`HomSap/HomininComposite_4G20/Neutral/slim` folder will be created, and
Expand Down
1 change: 1 addition & 0 deletions environment-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- python=3.8
- tensorflow-gpu=2.4.1
- msprime=0.7.4
- numpy=1.19
- pyslim=0.600
- tskit=0.3.7
- pip=21.2.2
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- python=3.8
- tensorflow=2.4.1
- msprime=0.7.4
- numpy=1.19
- pyslim=0.600
- tskit=0.3.7
- pip=21.2.2
Expand Down

0 comments on commit ebb44c0

Please sign in to comment.