Skip to content

Commit

Permalink
fixup! updated dependency sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Nov 29, 2024
1 parent 41add6c commit 813c546
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# You should sync the dependencies from pyproject.toml using
# You should sync the dependencies from pyproject.toml using
# sync-deps.py rather than manually adjusting them in this file.
# Don't forget to test afterwards since the script doesn't check
# whether a new package has a conda version ...
Expand All @@ -10,15 +10,13 @@ dependencies:
- more-itertools<9.0.0,>=8.0.2
- networkx<2.6,>=2.5
- pygraphviz<2.0,>=1.5
- ruamel-yaml<1.0.0,>=0.16.5
- pyyaml>=6.0,<7.0
- pandas<2.0.0,>=1.2.2
- openpyxl<4.0.0,>=3.0.2
- xlrd<3.0.0,>=2.0.1
- lxml<5.0.0,>=4.9.1
- requests<3.0.0,>=2.22.0
- requests-cache<1.0.0,>=0.5.2
- logging-tree<2.0,>=1.8
- colorlog<5.0.0,>=4.1.0
- tqdm<5.0.0,>=4.41.1
- cvxpy<2.0.0,>=1.0.25
Expand Down

0 comments on commit 813c546

Please sign in to comment.