Skip to content

Commit

Permalink
fix(deps): bump click from 8.1.3 to 8.1.7
Browse files Browse the repository at this point in the history
This change makes Ladybug Tools compatible with Pyodide and py.cafe. currently this requirement creates conflict between the two.
  • Loading branch information
mostaphaRoudsari committed Jun 22, 2024
1 parent a74ae2f commit 82df349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ladybug-geometry==1.32.5
click==7.1.2;python_version<'3.8'
click==8.1.3;python_version>='3.8'
click==8.1.7;python_version>='3.8'

0 comments on commit 82df349

Please sign in to comment.