Skip to content

Commit

Permalink
Merge pull request #128 from adknowledgeportal/update-schematic
Browse files Browse the repository at this point in the history
bump schematic version to 24.11.2
  • Loading branch information
avanlinden authored Nov 26, 2024
2 parents 548803d + abbf944 commit cfc5876
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": {
"cpus": 4,
"memory": "4gb",
"storage": "16gb"
},
"image": "mcr.microsoft.com/devcontainers/python:3.10",
"features": {
},
"postCreateCommand": "bash ./.devcontainer/post-create.sh",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

# install schematic and other packages
pip install -r ../requirements.txt
pip install -r /workspaces/data-models/requirements.txt
4 changes: 0 additions & 4 deletions filled-manifests/synapse_storage_manifest_individualkey.csv

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==1.26.4
pandas>=2.0.0
synapseclient>=4.3.0
schematicpy==24.7.2
schematicpy==24.11.2
ipython>=8.26.0

0 comments on commit cfc5876

Please sign in to comment.