Skip to content

Commit

Permalink
🩹 Lower numpy version to 2.0.1 as required by pyglotaran
Browse files Browse the repository at this point in the history
Fixes:

The conflict is caused by:
    The user requested numpy==2.1.0
    matplotlib 3.9.2 depends on numpy>=1.23
    pyglotaran 0.7.3 depends on numpy<2.1 and >=1.21.2
  • Loading branch information
s-weigand committed Sep 26, 2024
1 parent 0521128 commit f9152ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_pinned.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Runtime dependencies

cycler==0.12.1
numpy==2.1.0
numpy==2.0.1
matplotlib==3.9.2
pyglotaran==0.7.3
tabulate==0.9.0
Expand Down

0 comments on commit f9152ef

Please sign in to comment.